VolumeInfo.bytesAvailable

Free space available for the current user. This is what most tools and GUI applications show as free space.

struct VolumeInfo
@trusted @property nothrow
long
bytesAvailable
()

Return Value

Type: long

number of free bytes available for the current user or -1 if could not determine the number.

Meta