pub fn exists<P: AsRef<Path>>(path: P) -> Result<bool>
Returns Ok(true) if the path points at an existing entity.
Ok(true)
Wrapper for fs::exists.
fs::exists