pub fn exists<P: AsUnixStr>(path: P) -> Result<bool>
Checks if anything exists at the provided path. Will false-negative if the path is empty.
Os errors relating to file access