C-DEngine 5.105

TheFileInfo..::..FileSize Property

Gets the size, in bytes, of the current file. Equivalent to the attribute FileSize in System.IO.FileInfo.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public long FileSize { get; set; }
Public Property FileSize As Long
	Get
	Set
public:
property long long^ FileSize {
	long long^ get ();
	void set (long long^ value);
}