Function fuchsia_fs::directory::rename
source · pub async fn rename(
dir: &DirectoryProxy,
src: &str,
dst: &str,
) -> Result<(), RenameError>
Expand description
Rename src
to dst
under the given directory, src
and dst
may contain “/”.