computePathBase
computePathBase(path) ⇒ string
Strips all directories from the path.
Kind: global function
Param | Type |
---|---|
path | string |
Example
'a/b/c' -> 'c'
string
Strips all directories from the path.
Kind: global function
Param | Type |
---|---|
path | string |
Example
'a/b/c' -> 'c'