Function packler::tools::is_executable

source ·
pub async fn is_executable(path: impl AsRef<Path>) -> Result<bool>
Expand description

Check whether a given path exists, is a file and marked as executable.