pub fn remove_dir_all<P: AsRef<Path>>(p: P) -> Result<()>
Expand description

Recursively remove all files and directories at the given directory.

This does not follow symlinks.