real-path

1.0.4 • Public • Published

real-path

get real case path

install

$ npm install --save real-path

Usage

var realPath = require('real-path');
 
// Unix-like
realPath('/foo/bar.JS');
//=> /foo/bar.js
 
// Windows
realPath('C:\\foo\\bar.JS');
//=> C:\\foo\\bar.js

License

MIT © anhulife

Dependents (2)

Package Sidebar

Install

npm i real-path

Weekly Downloads

10

Version

1.0.4

License

MIT

Last publish

Collaborators

  • anhulife