utils.file.getBasename
getBasename(path: string) → {string}
return the base name of the file without path info
Name | Type | Description |
---|---|---|
path | string |
path containing the basename to extract |
Type | Description |
---|---|
string |
the base name without path information. |