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