diff --git a/doc/api.markdown b/doc/api.markdown index 9a4fd02bd5..24ad5ded00 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -576,6 +576,11 @@ This will generate: 4: four +### process.execPath + +This is the absolute pathname of the executable that started the process. + + ### process.chdir(directory) Changes the current working directory of the process or throws an exception if that fails.