Function is_executable

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

Check if a path exists and is executable

This function checks if a file exists and has execute permissions (on Unix-like systems).