Browser-friendly enhanced path
fully compatible with standard node.js
path
This package modifies and enhances the standard path
from node.js
path = require('path.js')
: return the Windows or UNIX/POSIX path object for your file system automatically.path = require('path.js/lib/path').path
: return the abstract POSIX path object.path = require('path.js/lib/win')
: the widnows path object.path = require('path.js/lib/posix')
: the posix path object.PathClass = require('path.js/lib/path')
: the abstract POSIX path class.