DriveInfoTotalFreeSpace Property |
Gets the total amount of free space available on a drive.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public long TotalFreeSpace { get; }
Public ReadOnly Property TotalFreeSpace As Long
Get
public:
property long long TotalFreeSpace {
long long get ();
}
member TotalFreeSpace : int64 with get
Return Value
Type:
Int64The total free space available on a drive, in bytes.
Remarks This property indicates the total amount of free space available on the drive, not just what is available to the current user.
See Also