rename_file

Function rename_file 

Source
pub(crate) async fn rename_file(
    old_path: String,
    new_path: String,
) -> Result<(), String>