Repository URL to install this package:
Version:
4.5.0-1freshup1 ▾
|
.. |
index.js |
package.json |
LICENSE |
README.md |
.travis.yml |
test.js |
Node.js
path.parse(pathString)
ponyfill.
$ npm install --save path-parse
var pathParse = require('path-parse'); pathParse('/home/user/dir/file.txt'); //=> { // root : "/", // dir : "/home/user/dir", // base : "file.txt", // ext : ".txt", // name : "file" // }
See path.parse(pathString)
docs.
The Posix specific version.
The Windows specific version.
MIT © Javier Blanco