remove_dir

Function remove_dir 

Source
pub fn remove_dir(path: &str) -> Result<()>
Expand description

Deletes a directory

Note that (in default/IPC behavior) this won’t succeed unless the directory is empty (see remove_dir_all)

§Arguments

  • path: The path to use