Represents a file system store.
Attributes | |
availableSpace | Source Code shared formal Integer availableSpace The total number of bytes that are available in this store. See also: usableSpace |
name | Source Code shared formal String name The name of this store. |
totalSpace | Source Code shared formal Integer totalSpace The total number of bytes that can be held by this store. |
usableSpace | Source Code shared formal Integer usableSpace The total number of bytes that may be written to this store by this process, taking into account permissions, etc. See also: availableSpace |
writable | Source Code shared formal Boolean writable Determine if this store can be written to. |
Inherited Attributes |
Attributes inherited from: Object hash, string |
Inherited Methods |
Methods inherited from: Object equals |