FileSystemVolumeFreeBytesAvailableToCaller Property |
Gets the total number of free bytes on a disk that are available to the user who is associated with the calling thread.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public ulong FreeBytesAvailableToCaller { get; }
Property Value
Type:
UInt64The total number of free bytes on a disk that are available to the user who is associated with the calling thread.
See Also