[][src]Function is_executable::is_executable

pub fn is_executable<P>(path: P) -> bool where
    P: AsRef<Path>, 

Returns true if there is a file at the given path and it is executable. Returns false otherwise.

See the module documentation for details.