We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96c6a1 commit 8761394Copy full SHA for 8761394
doc/Type/IO/Path.pod6
@@ -273,8 +273,11 @@ https://en.wikipedia.org/wiki/File_system_permissions#Numeric_notation>
273
specified as an integer (thought still subject to L<umask|
274
https://en.wikipedia.org/wiki/Umask>).
275
276
+Creates parent directories, as needed. That is, C<mkdir "foo/bar"> will
277
+create C<foo> if it does not exist.
278
+
279
Throws an exception of type L<X::IO::Mkdir> if the
-directory cannot be created, except for the C<*@dirnames> form which
280
+directory cannot be created, except for the C<*@dirnames> form, which
281
returns the names of the directories that were successfully created.
282
283
=head2 routine rmdir
0 commit comments