Gets the size, in bytes, of the current file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public long Length { get; }
Public ReadOnly Property Length As Long
Get
public:
property long long Length {
long long get ();
}
member Length : int64 with get
Property Value
Type:
Int64The size of the current file in bytes.
Exceptions Remarks The value of the Length property is pre-cached
To get the latest value, call the Refresh method.
See Also