title, description, categories, keywords, menu, function, relatedFunctions, aliases
| title |
description |
categories |
keywords |
menu |
function |
relatedFunctions |
aliases |
| path.Dir |
Dir returns all but the last element of a path. |
|
|
|
| aliases |
returnType |
signatures |
|
|
string |
|
|
| path.Base |
| path.BaseName |
| path.Clean |
| path.Dir |
| path.Ext |
| path.Join |
| path.Split |
|
|
path.Dir returns all but the last element of PATH, typically PATH's directory.
The returned path will never end in a slash.
If PATH is empty, . is returned.
Note: On Windows, PATH is converted to slash (/) separators.