Doc process.execPath

This commit is contained in:
Ryan Dahl
2010-06-22 02:09:58 -07:00
parent ca35ba640a
commit 7105aeb22f

View File

@@ -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.