Skip to content

Commit

Permalink
Added documentation for recursive mkdirSync().
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Pedro committed Dec 20, 2010
1 parent befe64c commit a9ce5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,4 +2,5 @@ node-fs is an extension to the original [nodejs](http://nodejs.org) [fs library]

Right now, the following new operations are supported:

* mkdir(path, mode, recursive, [callback]): creates a directory recursively.
* mkdir(path, mode, [recursive], [callback]): if the 'recursive' parameter is true, creates a directory recursively;
* mkdirSync(path, mode, [recursive]): if the 'recursive' parameter is true, synchronously creates a directory recursively.

0 comments on commit a9ce5b5

Please sign in to comment.