Skip to main content

copy-tree

function

babashka.fs/copy-tree

(copy-tree [src dest] [src dest {:keys [:replace-existing :copy-attributes :nofollow-links], :as opts}])
Copies entire file tree from `src` to `dest`. Creates `dest` if needed using [[create-dirs]], passing it the `:posix-file-permissions` option. Supports same options as [[copy]].

No examples yet. Be the first to add one!