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