Interface FileSystemMetadata

Metadata about a FileSystem

Hierarchy

  • FileSystemMetadata

Properties

freeSpace: number

The available space

name: string

The name of the FS

readonly: boolean

Wheter the FS is readonly or not

supportsLinks: boolean

Does the FS support links

supportsProperties: boolean

Does the FS support properties

synchronous: boolean

Does the FS support synchronous operations

totalSpace: number

The total space

Generated using TypeDoc