From 24032734e7698506c339dcf8bb36f0c085f644f0 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 6 Feb 2021 21:24:25 +0100 Subject: [PATCH] fs --- fs | 2 +- src/babashka/impl/fs.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs b/fs index c0f67d31..da89d473 160000 --- a/fs +++ b/fs @@ -1 +1 @@ -Subproject commit c0f67d310044b67073861f82509d82fb092e0695 +Subproject commit da89d473836439f4e9abfcff71ff94c651b488e8 diff --git a/src/babashka/impl/fs.clj b/src/babashka/impl/fs.clj index 342fbc9e..88535326 100644 --- a/src/babashka/impl/fs.clj +++ b/src/babashka/impl/fs.clj @@ -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)