Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Windows library call `_access()` styled after POSIX `access(2)` only allows combinations of `R_OK` and `W_OK` and returns `EINVAL` otherwise. cf. https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/access-waccess?view=msvc-170 v2: move to platform-specific header file v3: just strip X_OK (@skullernet)
- Loading branch information