mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
Added in API documentation concerning the (seemingly undocumented) process.chdir() method, complementary to process.cwd()
This commit is contained in:
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
Block a user