pub fn isAbsolutePosix(path: []const u8) bool
pub fn isAbsolutePosix(path: []const u8) bool { return path.len > 0 and path[0] == sep_posix; }