We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2e2df commit 432a571Copy full SHA for 432a571
doc/api/fs.md
@@ -2642,6 +2642,8 @@ Asynchronously creates a directory.
2642
2643
The callback is given a possible exception and, if `recursive` is `true`, the
2644
first directory path created, `(err, [path])`.
2645
+`path` can still be `undefined` when `recursive` is `true`, if no directory was
2646
+created.
2647
2648
The optional `options` argument can be an integer specifying `mode` (permission
2649
and sticky bits), or an object with a `mode` property and a `recursive`
0 commit comments