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