1.2.0 • Published 11 years ago

path-extras v1.2.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

path-extras

A drop-in replacement for the path module. Provide more methods.

Installation

npm install path-extras

API

path.isAbsolute()

path.isAbsolute() is added in Node 0.11. This is a shim.

path.isDir()

Test if path is ended with a slash.

path.foldername()

Like dirname, but return the original path if it's ended with a slash.

1.2.0

11 years ago

1.1.0

11 years ago

1.0.0

11 years ago