[][src]Function lms::core::remove

pub fn remove<H>(target: &str, flags: HashSet<Flag, H>) -> Result<(), Error> where
    H: BuildHasher + Sync + Send

Deletes directory target

Arguments

  • target: Target directory
  • flags: set for Flag's

Errors

This function will return an error in the following situations, but is not limited to just these cases:

  • target is an invalid directory