Skip to main content

is_executable_file

Function is_executable_file 

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

True when path is a regular file and (on Unix) has any execute bit.