fitzgen / is_executable

Is there an executable file at the given path?
Apache License 2.0
17 stars 8 forks source link

Check ownership too? #2

Open acruise opened 5 years ago

acruise commented 5 years ago

Hey, I like this library, it'd be good if it could also check whether the current user is likely to be able to execute the file, not just whether the file's permission bits allow it. :)

fitzgen commented 5 years ago

If you would like to submit a PR, that is most welcome!