const dirRealPathFile = switch (native_os)
const dirRealPathFile = switch (native_os) { .windows => dirRealPathFileWindows, else => dirRealPathFilePosix, }