DriveInfoAvailableFreeSpace Property |
Indicates the amount of available free space on a drive.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public long AvailableFreeSpace { get; }
Public ReadOnly Property AvailableFreeSpace As Long
Get
public:
property long long AvailableFreeSpace {
long long get ();
}
member AvailableFreeSpace : int64 with get
Return Value
Type:
Int64The amount of free space available on the drive, in bytes.
Remarks This property indicates the amount of free space available on the drive. Note that this number may be different from the
TotalFreeSpace number because this property takes into account disk quotas.
See Also