pub fn path_exists<P: AsRef<Path>>(path: P) -> bool
Expand description

Check if a given path exists on the file system.