abstract const class sys::FileStore

sys::Obj
  sys::FileStore

Source

FileStore represents the storage pool, device, partition, or volume used to store files.

availSpace

abstract Int? availSpace()

Source

Number of bytes available for use by the application or null if unknown.

freeSpace

abstract Int? freeSpace()

Source

Number of bytes unallocated in the store or null if unknown.

totalSpace

abstract Int? totalSpace()

Source

Total number of bytes in the store or null if unknown.