Skip to content

Commit 8d08a26

Browse files
Add a note about Filesystem:mkdir behavior
1 parent 7a02e0c commit 8d08a26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/filesystem.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ On POSIX filesystems, directories are created with a default mode value
6464
You can pass an array or any :phpclass:`Traversable` object as the first
6565
argument.
6666

67+
.. note::
68+
69+
This function ignores already existing directories.
70+
6771
exists
6872
~~~~~~
6973

0 commit comments

Comments
 (0)