Modules§
Macros§
- append_
to_ file - append data to file
- copy_
to_ path - copy file from a path to another path
- create_
dir - Creates a new, empty directory at the provided path
- create_
dir_ all - Recursively create a directory and all of its parent components if they are missing.
- create_
write_ file - create and write to file
- list_
dir - list directory return Vec
- move_
to_ path - move file from a path to another path
- read_
file - read file return Result<Vec<u8>, Box<dyn std::error::Error>>
- read_
to_ string - list directory return Vec
- remove
- can be used to remove file or folder
- rename
- rename file