Kaba function Path.extension ed
Gets the extension of a filename ('a/b/c.txt' -> 'txt').
Syntax ed
func pure Path.extension() -> string
Return ed
The extension.Empty if no extension present.
Gets the extension of a filename ('a/b/c.txt' -> 'txt').
func pure Path.extension() -> string
The extension.Empty if no extension present.