Function fs_err::remove_dir
source · pub fn remove_dir<P>(path: P) -> Result<()>where
P: AsRef<Path>,
Expand description
Removes an empty directory.
Wrapper for fs::remove_dir
.
pub fn remove_dir<P>(path: P) -> Result<()>where
P: AsRef<Path>,
Removes an empty directory.
Wrapper for fs::remove_dir
.