Module filesystem

Source
Expand description

Provides high-level access to the filesystem APIs.

Structs§

DirectoryEntry
A directory entry.
Filesystem
A filesystem component.
Locked
A filesystem component on which methods can be invoked.
LockedReadHandle
A readable file handle on which methods can be invoked.
LockedWriteHandle
A writeable file handle on which methods can be invoked.
ReadHandle
A handle to a file open for reading.
WriteHandle
A handle to a file open for reading.

Enums§

DirectoryEntryType
The type of a directory entry.
Seek
The possible ways to seek within a file.
WriteMode
The possible ways to open a file for writing.

Constants§

TYPE
The type name for filesystem components.