Function tiny_std::fs::exists

source ·
pub fn exists<P: AsUnixStr>(path: P) -> 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