file_exists_and_readable

Function file_exists_and_readable 

Source
pub fn file_exists_and_readable(path: &Path) -> bool
Expand description

Checks if a file exists and is readable.

§Arguments

  • path - The path to check

§Returns

true if the file exists and is readable, false otherwise