Function initCwd [src]
Prototype
pub fn initCwd(sub_path: []const u8) Path
Parameters
sub_path: []const u8
Source
pub fn initCwd(sub_path: []const u8) Path {
return .{ .root_dir = Cache.Directory.cwd(), .sub_path = sub_path };
}
pub fn initCwd(sub_path: []const u8) Path
sub_path: []const u8
pub fn initCwd(sub_path: []const u8) Path {
return .{ .root_dir = Cache.Directory.cwd(), .sub_path = sub_path };
}