Gets the size of the file.

Namespace: CuteEditor
Assembly: 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 ();
}

Field Value

The size of the file.

See Also