Cross platform
PWD
(pathname of the current working directory)
$ npm install --save
var pwd = require('cross-pwd')
pwd()
//=> /you/are/here
Returns the pathname of the process working directory.
MIT © Ben Drucker
Cross platform
PWD
(pathname of the current working directory)
$ npm install --save
var pwd = require('cross-pwd')
pwd()
//=> /you/are/here
Returns the pathname of the process working directory.
MIT © Ben Drucker