const dirRealPath = switch (native_os)
const dirRealPath = switch (native_os) { .windows => dirRealPathWindows, else => dirRealPathPosix, }