Browse Source

Doc process.execPath

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
7105aeb22f
  1. 5
      doc/api.markdown

5
doc/api.markdown

@ -576,6 +576,11 @@ This will generate:
4: four 4: four
### process.execPath
This is the absolute pathname of the executable that started the process.
### process.chdir(directory) ### process.chdir(directory)
Changes the current working directory of the process or throws an exception if that fails. Changes the current working directory of the process or throws an exception if that fails.

Loading…
Cancel
Save