fs
This commit is contained in:
parent
7cbcd4440a
commit
24032734e7
2 changed files with 2 additions and 2 deletions
2
fs
2
fs
|
|
@ -1 +1 @@
|
|||
Subproject commit c0f67d310044b67073861f82509d82fb092e0695
|
||||
Subproject commit da89d473836439f4e9abfcff71ff94c651b488e8
|
||||
|
|
@ -24,7 +24,6 @@
|
|||
'delete-if-exists (sci/copy-var fs/delete-if-exists fns)
|
||||
'delete-on-exit (sci/copy-var fs/delete-on-exit fns)
|
||||
'delete-tree (sci/copy-var fs/delete-tree fns)
|
||||
'directory-stream (sci/copy-var fs/directory-stream fns)
|
||||
'directory? (sci/copy-var fs/directory? fns)
|
||||
'ends-with? (sci/copy-var fs/ends-with? fns)
|
||||
'exec-paths (sci/copy-var fs/exec-paths fns)
|
||||
|
|
@ -65,6 +64,7 @@
|
|||
'size (sci/copy-var fs/size fns)
|
||||
'starts-with? (sci/copy-var fs/starts-with? fns)
|
||||
'str->posix (sci/copy-var fs/str->posix fns)
|
||||
'sym-link? (sci/copy-var fs/sym-link? fns)
|
||||
'temp-dir (sci/copy-var fs/temp-dir fns)
|
||||
'walk-file-tree (sci/copy-var fs/walk-file-tree fns)
|
||||
'which (sci/copy-var fs/which fns)
|
||||
|
|
|
|||
Loading…
Reference in a new issue