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