DiskSpaceInfoAvailableFreeSpacePercent Property |
Indicates the amount of available free space on a drive, formatted as percentage.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string AvailableFreeSpacePercent { get; }
Public ReadOnly Property AvailableFreeSpacePercent As String
Get
public:
property String^ AvailableFreeSpacePercent {
String^ get ();
}
member AvailableFreeSpacePercent : string with get
Property Value
Type:
StringSee Also