title, description, categories, keywords, menu, function, relatedFunctions, aliases
| title |
description |
categories |
keywords |
menu |
function |
relatedFunctions |
aliases |
| path.Clean |
Replaces path separators with slashes (`/`) and removes extraneous separators. |
|
|
|
| aliases |
returnType |
signatures |
|
|
string |
|
|
| path.Base |
| path.BaseName |
| path.Clean |
| path.Dir |
| path.Ext |
| path.Join |
| path.Split |
|
|
path.Clean replaces path separators with slashes (/) and removes extraneous separators, including trailing separators.
On a Windows system, if .File.Path is foo\bar.md, then: