chuwanghui 6d115466a5 electron库 | vor 6 Jahren | |
---|---|---|
.. | ||
jsdoc2md | vor 6 Jahren | |
lib | vor 6 Jahren | |
test | vor 6 Jahren | |
.npmignore | vor 6 Jahren | |
.travis.yml | vor 6 Jahren | |
LICENSE | vor 6 Jahren | |
README.md | vor 6 Jahren | |
package.json | vor 6 Jahren |
Cross-platform home directory retriever, tested on Windows XP and above, Mac OSX and Linux.
With node versions 2.3.0 (iojs) or higher, the built-in os.homedir
method is used.
Example
var getHomePath = require('home-path')
Kind: Exported function
Example
Mac OSX
> getHomePath()
'/Users/Lloyd'
Ubuntu Linux
> getHomePath()
'/home/lloyd'
Windows 8.1
> getHomePath()
'C:\\Users\\Lloyd'
© 2015-17 Lloyd Brookes <75pound@gmail.com>. Documented by jsdoc-to-markdown.