rename_file
nx
0.5.0
rename_
file
Sections
Arguments
In nx::fs
nx
::
fs
Function
rename_
file
Copy item path
Source
pub fn rename_file(old_path: &str, new_path: &str) ->
Result
<()>
Expand description
Renames a file
ยง
Arguments
old_path
: The old path to use
new_path
: The new path to use