riot_wrappers

Module vfs

Source
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ยง

Enumsยง