Make directory path: Difference between revisions

Content added Content deleted
Line 229: Line 229:


;; ... or calling OS command directly.
;; ... or calling OS command directly.
(! (string "mkdir -p /tmp/rosetta/test2"))
(! "mkdir -p /tmp/rosetta/test2")
(exit)</lang>
(exit)</lang>