[][src]Function more_fs::move_dir_all

pub fn move_dir_all(from: impl AsRef<Path>, to: impl AsRef<Path>) -> Result<u64>

Moves a directory from one place to another recursively. Currently is a wrapper around copy_dir_all but removes the from directory