mirror of
https://github.com/janet-lang/janet
synced 2026-04-18 21:01:27 +00:00
When os/stat is not available, we first try to read one byte from the file before saying it is good. If that fails, it is not a file that we can read from so it counts as not found.