W_OK
Test for write permission.
Source
Implementation
pub const W_OK = switch (native_os) {
.linux => linux.W_OK,
.emscripten => emscripten.W_OK,
else => 2,
}Test for write permission.
Source
pub const W_OK = switch (native_os) {
.linux => linux.W_OK,
.emscripten => emscripten.W_OK,
else => 2,
}