ceylon.file
Store
Represents a file system store.
Attributes | |
---|---|
Modifier and Type | Name and Description |
shared formal Integer | availableSpace The total number of bytes that are available in this store. See also: usableSpace |
shared formal String | name The name of this store. |
shared formal Integer | totalSpace The total number of bytes that can be held by this store. |
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 |
shared formal Boolean | writable Determine if this store can be written to. |
Attributes inherited from class: Object |
---|
string |