Make directory path: Difference between revisions

Content added Content deleted
m (→‎{{header|OCaml}}: fix file permissions)
(Added 11l)
Line 12: Line 12:
It's likely that your language implements such a function as part of its standard library. If so, please also show how such a function would be implemented.
It's likely that your language implements such a function as part of its standard library. If so, please also show how such a function would be implemented.
<br><br>
<br><br>

=={{header|11l}}==
<lang 11l>fs:create_dirs(path)</lang>


=={{header|Ada}}==
=={{header|Ada}}==