Skip to main content

remove_path

Function remove_path 

Source
pub fn remove_path(path: &Path) -> Result<()>
Expand description

Filesystem::removeDirectory on a package path: a symbolic link is unlinked (never followed), a directory removed, a missing path ignored.