Files
asciidisco.com/build/node_modules/path-posix
2023-08-01 13:49:46 +02:00
..
2023-08-01 13:49:46 +02:00
2023-08-01 13:49:46 +02:00
2023-08-01 13:49:46 +02:00
2023-08-01 13:49:46 +02:00
2023-08-01 13:49:46 +02:00
2023-08-01 13:49:46 +02:00

path-posix

posix-specific core path module

usage

var path = require('path-posix')
path.resolve(__dirname, 'foo')

Extracted from lib/path.js in joyent/node@31d4847d8b (master as of 2015/01/26)

api

see http://nodejs.org/api/path.html#path_path_resolve_from_to

installation

$ npm install path-posix

running the tests

From package root:

$ npm install
$ npm test

license

See LICENSE.md