pub fn rename(old: &str, new: &str) -> Result<()>
Rename a file or directory to a new name. Delete the original file if old already exists.
old
This only works then the new path is in the same mounted fs.