Make directory path: Difference between revisions

Content added Content deleted
m (→‎OCaml: change library link)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 897: Line 897:
{{libheader|DOME}}
{{libheader|DOME}}
Curiously, this can only be done at present from a DOME program. A minimal script to do it would be:
Curiously, this can only be done at present from a DOME program. A minimal script to do it would be:
<syntaxhighlight lang="ecmascript">import "io" for FileSystem
<syntaxhighlight lang="wren">import "io" for FileSystem


class Main {
class Main {