fitzgen / is_executable

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

Returns `true` for `.cpp` on Linux? #12

Open SansPapyrus683 opened 2 years ago

SansPapyrus683 commented 2 years ago

I'm using this extension on both normal Windows and WSL. For a C++ file, the function returns false on Windows but true on WSL. Is this intended behavior?