Anna (navi) Figueiredo Gomes dc3ce8692f *: use access(..., F_OK) instead of exists/stat.2
the exists() helper uses stat.2 unnecessarily, while calling access is
simpler and does not require filling a struct stat for no reason.

since this would make exists() into a wrapper that calls a single
function and nothing else, let's just inline the calls to access and
remove the helper.
2025-06-16 10:53:07 +02:00
..