pub fn rename<F, T>(from: F, to: T) -> Result<()>Expand description
Rename a file or directory to a new name, retrying if the operation fails because of permissions
Will retry for ~30 seconds with longer and longer delays between each, to allow for virus scan and other automated operations to complete.