Skip to main content

rename

Function rename 

Source
pub fn rename(from: &Path, to: &Path) -> Result<()>
Expand description

Rename one entry.

ยงErrors

Returns a contextual error with both paths when the rename fails.