rename_file

Function rename_file 

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