System.IO.DriveInfo.AvailableFreeSpace Property

Indicates the amount of available free space on a drive, in bytes.

Syntax

public long AvailableFreeSpace { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property indicates the amount of free space available on the drive. Note that this number may be different from the DriveInfo.TotalFreeSpace number because this property takes into account disk quotas.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0