anhulife / real-path

get real case path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

get real case path

License:MIT License


Languages

Language:JavaScript 100.0%