Get file size.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public int Size { get; }
Visual Basic
Public ReadOnly Property Size As Integer
	Get
Visual C++
public:
property int Size {
	int get ();
}
F#
member Size : int with get

Property Value

Type: Int32

Remarks

This requires the file to be open. If the file is not open the file is opened for read, then length is read and file is closed again.

See Also