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