Module filesystem

Source
Expand description

The async filesystem trait definitions needed to implement new async virtual filesystems

Traits§

AsyncFileSystem
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 “..”