Added in API documentation concerning the (seemingly undocumented) process.chdir() method, complementary to process.cwd()

pull/22966/head
Ryan McGrath 2009-12-18 01:08:10 -05:00 committed by Ryan Dahl
parent 89a3fa93a0
commit 164ce76e94
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ success code 0.
+process.cwd()+::
Returns the current working directory of the process.
+process.chdir(directory)+::
Changes the current working directory of the process.
+process.umask(mask)+ ::
Sets the process's file mode creation mask. Child processes inherit the mask
from the parent process.