Available on
riot_module_vfs
only.Expand description
Access to the Virtual File System (VFS) layer
This abstraction tries not to be smart about modes โ a File opened with RDONLY will still have a write method, and because file operations are generally fallible, writes will just fail.
ยงPanics
This module violently asserts that file names are UTF-8 encoded (a condition easily satisfied if only ASCII file names are used).
ยงIncomplete
So far, only a subset of VFS is implemented; in particular, the file system is read-only.
Structsยง
- A directory in the file system
- A place where a Dir can be stored
- Directory entry inside a file
- A file handle
- A mount point, represented (and made un-unmountable) by its root directory
- Lending iterator over all mount points
- Name
Null ๐Terminated - Name
TooLong ๐ - Results of a file stat operation
Enumsยง
- Parameter for seeking in a file