Skip to main content

is_executable_file_path

Function is_executable_file_path 

Source
pub fn is_executable_file_path(path: &ZStr) -> bool
Expand description

sys.zig:3767 — calls extern C is_executable_file (c-bindings.cpp:72-89). We FFI to the same symbol so the behaviour is identical.