Module vfs

Source
Expand description

Interact with the virtual filesystem

Your process must have the Capability to message and receive messages from vfs:distro:sys to use this module.

Re-exports§

pub use directory::*;
pub use file::*;

Modules§

directory
file

Structs§

DirEntry
FileMetadata
VfsRequest
IPC body format for requests sent to vfs runtime module.

Enums§

FileType
SeekFrom
VfsAction
VfsError
VfsResponse

Functions§

metadata
Metadata of a path, returns file type and length.
parse_response
remove_path
Removes a path, if it’s either a directory or a file.
vfs_request