1.0.12 • Published 9 years ago
server-root v1.0.12
server-root
maps a relative path to its server full path location
overview
A module that maps a relative path to its server full path location.
usage
var server = require('server-root');
var path = server.mapPath('./folder/file.txt');
copyright and license
Code and documentation copyright 2014 akon. Code released under the MIT license.