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
pub fn remove_dir(path: &str) -> Result<()>Deletes a directory
Note that (in default/IPC behavior) this won’t succeed unless the directory is empty (see remove_dir_all)
path: The path to use