Skip to main content

Module vfs

Module vfs 

Source
Expand description

Virtual filesystem for the devshell.

Structs§

Vfs

Enums§

Node
VfsError
Error from VFS operations (path not found, not a directory/file, or I/O).

Functions§

normalize_path
Normalize a path to Unix style: backslash -> slash, strip Windows drive, resolve . and .., preserve absolute vs relative.
resolve_path_with_cwd
Resolve path against cwd to an absolute logical path (same rules as super::Vfs::resolve_to_absolute).