Make directory path: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header.
(Added F# version)
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header.)
Line 1:
{{task|File System Operations}}
 
;Task:
Create a directory and any missing parents.
 
Line 9 ⟶ 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.
<br><br>
 
=={{header|AWK}}==