axfs
0.1.0
In axfs::
api
Structs
DirBuilder
DirEntry
File
Metadata
OpenOptions
ReadDir
Functions
absolute_path_exists
canonicalize
create_dir
create_dir_all
current_dir
metadata
read
read_dir
read_to_string
remove_dir
remove_file
rename
set_current_dir
write
Type Aliases
FileType
Permissions
axfs
::
api
Function
remove_file
Copy item path
Settings
Help
Summary
Source
pub fn remove_file(path: &
str
) -> Result<
()
>
Expand description
Removes a file from the filesystem.