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

Equivalent to std::fs::remove_dir_all with better error messages.

This does not follow symlinks.