computePathDirectory
computePathDirectory(path) ⇒ string
Returns the directory name of a path, similar to the Unix dirname command.
Kind: global function
Param | Type |
---|---|
path | string |
string
Returns the directory name of a path, similar to the Unix dirname command.
Kind: global function
Param | Type |
---|---|
path | string |