Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document mkdir is like $ mkdir -p
[Coke]++
  • Loading branch information
zoffixznet committed Jul 22, 2016
1 parent f96c6a1 commit 8761394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/Type/IO/Path.pod6
Expand Up @@ -273,8 +273,11 @@ https://en.wikipedia.org/wiki/File_system_permissions#Numeric_notation>
specified as an integer (thought still subject to L<umask|
https://en.wikipedia.org/wiki/Umask>).
Creates parent directories, as needed. That is, C<mkdir "foo/bar"> will
create C<foo> if it does not exist.
Throws an exception of type L<X::IO::Mkdir> if the
directory cannot be created, except for the C<*@dirnames> form which
directory cannot be created, except for the C<*@dirnames> form, which
returns the names of the directories that were successfully created.
=head2 routine rmdir
Expand Down

0 comments on commit 8761394

Please sign in to comment.