Kaba function Path.basename ed
Get the basename of a path as a string ('a/b/c.txt' -> 'c.txt').
Syntax ed
func pure Path.basename() -> string
Return ed
The basename.
Get the basename of a path as a string ('a/b/c.txt' -> 'c.txt').
func pure Path.basename() -> string
The basename.