pub fn initCwd(sub_path: []const u8) Path
pub fn initCwd(sub_path: []const u8) Path { return .{ .root_dir = .cwd(), .sub_path = sub_path }; }