[−][src]Module sunrise_fs::interface::filesystem
Interface to manipulate filesystem
Structs
DirFilterFlags | Flags indicating the filters when walking a directory. |
FileModeFlags | Flags indicating the way a file should be open. |
Constants
PATH_LEN | Represent the max path size (in bytes) supported. |
Traits
DirectoryOperations | Represent the operation on a directory. |
FileOperations | Represent the operation on a file. |
FileSystemOperations | Represent the operation on a filesystem. |
Functions
convert_path | Import a UTF8 raw path to a slice of str |