Function tiny_std::fs::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