utils.file.getBasename

getBasename(path: string) → {string}

return the base name of the file without path info

Parameters:
Name Type Description
path string

path containing the basename to extract

Returns:
Type Description
string

the base name without path information.

Powered by webdoc!