anoia.fs.mktree replaces mkdir
This uses lfs to make the tree in-process instead of shelling out to the mkdir command
This commit is contained in:
@@ -13,7 +13,4 @@
|
||||
|
||||
(fn system [s] (assert (os.execute s)))
|
||||
|
||||
(fn mkdir [directory]
|
||||
(os.execute (.. "mkdir -p " directory)))
|
||||
|
||||
{ : merge : split : file-exists? : system : mkdir }
|
||||
{ : merge : split : file-exists? : system }
|
||||
|
Reference in New Issue
Block a user