const class std::FileStore

sys::Obj
  std::FileStore

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

availSpace

const Int availSpace

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

freeSpace

const Int freeSpace

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

make

new make(Func<Void,This> f)

Protected constructor for subclasses.

totalSpace

const Int totalSpace

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