SQLite Forum

should use eaccess instead of access to check temporary file directory
Login
`man eaccess` says it's not a standard API...

```
NAME
       euidaccess, eaccess - check effective user's permissions for a file

SYNOPSIS
       #define _GNU_SOURCE             /* See feature_test_macros(7) */
       #include <unistd.h>
...
CONFORMING TO
       These functions are nonstandard.  Some other systems have an eaccess() function.
```