We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbeab7 commit a1ee9b3Copy full SHA for a1ee9b3
doc/api/fs.md
@@ -2608,6 +2608,8 @@ Asynchronously creates a directory.
2608
2609
The callback is given a possible exception and, if `recursive` is `true`, the
2610
first directory path created, `(err, [path])`.
2611
+`path` can still be `undefined` when `recursive` is `true`, if no directory was
2612
+created.
2613
2614
The optional `options` argument can be an integer specifying `mode` (permission
2615
and sticky bits), or an object with a `mode` property and a `recursive`
0 commit comments