Browse Source

added information about relative paths in File System module

v0.7.4-release
Wojciech Wnętrzak 13 years ago
committed by isaacs
parent
commit
25c1a5e804
  1. 3
      doc/api/fs.markdown

3
doc/api/fs.markdown

@ -52,6 +52,9 @@ In busy processes, the programmer is _strongly encouraged_ to use the
asynchronous versions of these calls. The synchronous versions will block
the entire process until they complete--halting all connections.
Relative path to filename can be used, remember however that this path will be relative
to `process.cwd()`.
### fs.rename(path1, path2, [callback])
Asynchronous rename(2). No arguments other than a possible exception are given

Loading…
Cancel
Save