Click or drag to resize

FileSystemVolumeTotalNumberOfFreeBytes Property

Gets the total number of free bytes on a disk.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ulong TotalNumberOfFreeBytes { get; }

Property Value

Type: UInt64
The total number of free bytes on a disk.
See Also