Jump to content

Make directory path: Difference between revisions

Added PicoLisp
(→‎{{header|Perl 6}}: add custom solution)
(Added PicoLisp)
Line 232:
mkdir $_ unless .e given $*SPEC.catdir(@path).IO;
}</lang>
 
=={{header|PicoLisp}}==
<lang PicoLisp>(call "mkdir" "-p" "path/to/dir")</lang>
 
=={{header|PowerShell}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.