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 fe2b7eb commit 9764f5eCopy full SHA for 9764f5e
doc/Type/IO/Path.pod6
@@ -823,8 +823,8 @@ valid values for C<$mode>. Returns the L<IO::Path> object pointing to
823
the newly created directory on success;
824
L<fails|/routine/fail> with L<X::IO::Mkdir> if directory cannot be created.
825
826
-Creates parent directories, as needed. That is, C<mkdir "foo/bar"> will
827
-create C<foo> if it does not exist.
+Creates parent directories, as needed (similar to *nix utility C<mkdir> with C<-p> option).
+That is, C<mkdir "foo/bar"> will create C<foo> if it does not exist.
828
829
=head2 routine rmdir
830
0 commit comments