Make directory path: Difference between revisions

Content added Content deleted
m (trigger happy)
Line 316:
return ret
end function</lang>
Of course you could also use system("mkdir -p path/to-/dir") or whatever.
 
=={{header|PicoLisp}}==