Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 235 Bytes

process_execpath.md

File metadata and controls

17 lines (11 loc) · 235 Bytes
  • {string}

The process.execPath property returns the absolute pathname of the executable that started the Node.js process.

For example:

'/usr/local/bin/node'