Expand description
Provides high-level access to the filesystem APIs.
Structs§
- Directory
Entry - A directory entry.
- Filesystem
- A filesystem component.
- Locked
- A filesystem component on which methods can be invoked.
- Locked
Read Handle - A readable file handle on which methods can be invoked.
- Locked
Write Handle - A writeable file handle on which methods can be invoked.
- Read
Handle - A handle to a file open for reading.
- Write
Handle - A handle to a file open for reading.
Enums§
- Directory
Entry Type - The type of a directory entry.
- Seek
- The possible ways to seek within a file.
- Write
Mode - The possible ways to open a file for writing.
Constants§
- TYPE
- The type name for filesystem components.