1.0.3 • Published 7 years ago

dir-abs-path v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

dir-abs-path

build status AppVeyor Build Status


Wrapper for get-abs-path to specify directory


Get it!

npm install --save dir-abs-path

Usage

var dirAbsPath = require('./index.js')
var dir = process.cwd() || 'C:/Users/'

dirAbsPath(dir, function (err, data) {
  if (err) throw err
  console.log(data)
})

API

dirAbsPath(dir, callback)


License

MIT