Gets the size of the file.

Namespace:  CuteEditor
Assembly:  CuteEditor (in CuteEditor.dll) Version: 6.6.0.0

Syntax

C#
public int FileSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property FileSize As Integer
Visual C++
public:
property int FileSize {
	int get ();
}

Field Value

The size of the file.

See Also