file_exists

Function file_exists 

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

Checks if a file exists and is readable with path validation. Returns false for invalid or potentially dangerous paths.