Skip to main content

is_executable

Function is_executable 

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

Whether path is an existing regular file the process may execute (on non-Unix, merely an existing file — there is no mode bit to check).