Make directory path: Difference between revisions

m
→‎OCaml: change library link
(→‎OCaml: make the solution cross-platform)
m (→‎OCaml: change library link)
Line 586:
| Unix.Unix_error (ENOENT, _, _) ->
mkdir_p (Filename.dirname path) perm;
Unix.mkdir path perm</syntaxhighlight>Requires the standard <code>[https://v2.ocaml.org/manual/libunix.html unix]</code> library to be loaded
 
=={{header|Perl}}==
13

edits