Public Vars

Back

copy-tree (clj)

(source)

function

(copy-tree src dest) (copy-tree 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.

Examples