mirror of https://github.com/nodejs/node.git
Added in API documentation concerning the (seemingly undocumented) process.chdir() method, complementary to process.cwd()
parent
89a3fa93a0
commit
164ce76e94
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue