Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ulong FreeBytesAvailableToCaller { get; }

Property Value

Type: UInt64
The total number of free bytes on a disk that are available to the user who is associated with the calling thread.
See Also