pub fn file_exists_and_readable(path: &Path) -> bool
Checks if a file exists and is readable.
path
true if the file exists and is readable, false otherwise