Function std::io::fs::rmdir_recursiveExperimental
[-]
[+]
[src]
pub fn rmdir_recursive(path: &Path) -> IoResult<()>
Removes a directory at this path, after removing all its contents. Use carefully!
Error
See file::unlink
and fs::readdir