Click or drag to resize
DriveInfoAvailableFreeSpace Property
Indicates the amount of available free space on a drive.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public long AvailableFreeSpace { get; }

Return Value

Type: Int64
The 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