Perl5's File::Path::mkpath equivalent in perl6
Shell::Command::mkpath provides same feature.
> use Shell::Command;
> mkpath("/tmp/x/y/z");
(Shell::Command is bundled)
Published: 2015-09-28(Mon) 17:28
Shell::Command::mkpath provides same feature.
> use Shell::Command;
> mkpath("/tmp/x/y/z");
(Shell::Command is bundled)
Published: 2015-09-28(Mon) 17:28