Update with fs/with-temp-dir

This commit is contained in:
Michiel Borkent 2021-11-19 13:02:16 +01:00
parent 923adab737
commit 44e8ea36fd

View file

@ -87,6 +87,7 @@
'unzip (sci/copy-var fs/unzip fns)
'walk-file-tree (sci/copy-var fs/walk-file-tree fns)
'which (sci/copy-var fs/which fns)
'with-temp-dir (sci/copy-var fs/with-temp-dir fns)
'writable? (sci/copy-var fs/writable? fns)
;; end placeholder
})