Gets the size of the file.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public int FileSize { get; } |
| Visual Basic |
|---|
Public ReadOnly Property FileSize As Integer Get |
| Visual C++ |
|---|
public: property int FileSize { int get (); } |