Make directory path: Difference between revisions

Content added Content deleted
(Added F# version)
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 1: Line 1:
{{task|File System Operations}}
{{task|File System Operations}}

;Task:
Create a directory and any missing parents.
Create a directory and any missing parents.


Line 9: Line 11:


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>


=={{header|AWK}}==
=={{header|AWK}}==