Module vfs::filesystem

source ·
Expand description

The filesystem trait definitions needed to implement new virtual filesystems

Traits§

  • File system implementations must implement this trait All path parameters are absolute, starting with ‘/’, except for the root directory which is simply the empty string (i.e. “”) The character ‘/’ is used to delimit directories on all platforms. Path components may be any UTF-8 string, except “/”, “.” and “..”