DiskSpaceInfoFreeBytesAvailable Property |
The total number of free bytes on a disk that are available to the user who is associated with the calling thread.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public long FreeBytesAvailable { get; }
Public ReadOnly Property FreeBytesAvailable As Long
Get
public:
property long long FreeBytesAvailable {
long long get ();
}
member FreeBytesAvailable : int64 with get
Property Value
Type:
Int64See Also