[][src]Function nc::renameat

pub fn renameat(
    olddfd: i32,
    oldfilename: &str,
    newdfd: i32,
    newfilename: &str
) -> Result<(), Errno>

Change name or location of a file.