home-path

v1.0.7
Cross-platform home directory retriever
home directory folder path

view on npm npm module downloads Build Status Dependency Status js-standard-style

home-path

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')

getHomePath() ⏏

Kind: Exported function
Example
Mac OSX

> getHomePath()
'/Users/Lloyd'

Ubuntu Linux

> getHomePath()
'/home/lloyd'

Windows 8.1

> getHomePath()
'C:\\Users\\Lloyd'

© 2015-19 Lloyd Brookes <[email protected]>. Documented by jsdoc-to-markdown.

npm i home-path

Metadata

  • MIT
  • Whatever
  • Lloyd Brookes
  • released 9/15/2019

Downloads

Maintainers