OSFileStore
interface OSFileStore
Represents a file store (such as a disk or mount point) in the operating system. Provides information about the file system, including the volume, space usage, and attributes related to the file store.
Author
N7ghtm4r3
Inheritors
OSFileStoreImpl
Properties
Link copied to clipboard
description
A description of the file store.
Link copied to clipboard
freeInodes
The number of free inodes.
Link copied to clipboard
logicalVolume
The logical volume associated with the file store.
Link copied to clipboard
totalInodes
The total number of inodes.
Link copied to clipboard
totalSpace
The total space in bytes.
Link copied to clipboard
updateAttributes
Whether the file store supports updating attributes.
Link copied to clipboard
usableSpace
The usable space in bytes.