Skip to main content

rename

Function rename 

Source
pub fn rename(old_path: &str, new_path: &str) -> Result<(), SyscallError>
Expand description

Rename a file or directory (must be within the same mount).