We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cec1e commit 0129a79Copy full SHA for 0129a79
doc/api/fs.md
@@ -2632,6 +2632,8 @@ Asynchronously creates a directory.
2632
2633
The callback is given a possible exception and, if `recursive` is `true`, the
2634
first directory path created, `(err, [path])`.
2635
+`path` can still be `undefined` when `recursive` is `true`, if no directory was
2636
+created.
2637
2638
The optional `options` argument can be an integer specifying `mode` (permission
2639
and sticky bits), or an object with a `mode` property and a `recursive`
0 commit comments