# path-win32
win32-specific core path module

## usage
```js
var path = require('path-win32')
path.resolve(__dirname, 'foo')
```

Extracted from lib/path.js in nodejs/node@2c33819370e50cd1c1eae43d2fd88bdc5aca1905 (master as of 2015/11/14)

## api
see [http://nodejs.org/api/path.html#path_path_resolve_from_to](http://nodejs.org/api/path.html#path_path_resolve_from_to)

## installation

    $ npm install path-win32


## running the tests

From package root:

    $ npm install
    $ npm test


## license

See LICENSE.md