Function rmdirr

Source
pub fn rmdirr<P>(path: P) -> Result<()>
where P: AsRef<Path>,
Expand description

rm -r for only directories

ยงArguments

  • path