[−][src]Trait is_executable::IsExecutable
An extension trait for std::fs::Path providing an is_executable method.
See the module documentation for examples.
Required methods
pub fn is_executable(&self) -> bool[src]
Returns true if there is a file at the given path and it is
executable. Returns false otherwise.
See the module documentation for details.