Module directory

Module directory 

Source

Structs§

Directory
VFS (Virtual File System) helper struct for a directory. Opening or creating a directory will give you a Result<Directory>. You can call it’s impl functions to interact with it.

Functions§

open_dir
Opens or creates a Directory at path. If trying to create an existing Directory, will just give you the path.
remove_dir
Removes a dir at path, errors if path not found or path is not a Directory.