const fileRealPath = switch (native_os)
const fileRealPath = switch (native_os) { .windows => fileRealPathWindows, else => fileRealPathPosix, }