Function exists

Source
pub fn exists(path: &UnixStr) -> Result<bool>
Expand description

Checks if anything exists at the provided path. Will false-negative if the path is empty.

ยงErrors

Os errors relating to file access