From 5dac822497c2e05f805174b3fa2cbf5cd6e4212d Mon Sep 17 00:00:00 2001 From: SimonHeimberg Date: Thu, 23 Mar 2017 12:05:30 +0100 Subject: [PATCH] write that FileSystem.mkdir works recursively This is documented on the api of this method. --- components/filesystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/filesystem.rst b/components/filesystem.rst index 6386fad4bbb..748fab68a99 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -49,7 +49,7 @@ endpoint for filesystem operations:: mkdir ~~~~~ -:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates a directory. +:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates a directory recursively. On POSIX filesystems, directories are created with a default mode value `0777`. You can use the second argument to set your own mode::