ByHandleFileInfoFileSize Property |
Gets the size of the file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public long FileSize { get; }
Public ReadOnly Property FileSize As Long
Get
public:
property long long FileSize {
long long get ();
}
member FileSize : int64 with get
Property Value
Type:
Int64The size of the file.
See Also