pub fn is_executable(path: &Path) -> bool
Check if a path exists and is executable
This function checks if a file exists and has execute permissions (on Unix-like systems).