Function is_executable::is_executable
source ยท pub fn is_executable<P>(path: P) -> boolExpand description
Returns true if there is a file at the given path and it is
executable. Returns false otherwise.
See the module documentation for details.