Skip to main content

exists

Function exists 

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

Check if a path exists

ยงPanics

  • If the DIRECTORIES RwLock is poisoned
  • If the FILES RwLock is poisoned