pub fn stem(p: Path) []const u8
pub fn stem(p: Path) []const u8 { return Io.Dir.path.stem(p.sub_path); }