Skip to content

Commit 1c870b2

Browse files
committed
minor #7014 Add a note about Filesystem:mkdir behavior (mickaelandrieu)
This PR was merged into the 2.7 branch. Discussion ---------- Add a note about Filesystem:mkdir behavior This contribution is valid from 2.7 to 3.2+ Commits ------- 8d08a26 Add a note about Filesystem:mkdir behavior
2 parents 952deaf + 8d08a26 commit 1c870b2

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)