Constant F_OK [src]
Test for existence of file.
Source
pub const F_OK = switch (native_os) {
.linux => linux.F_OK,
.emscripten => emscripten.F_OK,
else => 0,
}
pub const F_OK = switch (native_os) {
.linux => linux.F_OK,
.emscripten => emscripten.F_OK,
else => 0,
}