pub fn subPathOrDot(self: Path) []const u8
pub fn subPathOrDot(self: Path) []const u8 { return if (self.sub_path.len == 0) "." else self.sub_path; }