ClojureDocs

Nav

Namespaces

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

copy-file

  • (copy-file {:keys [src target], :as params})
Copy one file from source to target, creating target dirs if needed.
Returns nil.
 Options:
  :src - required, source path
  :target - required, target path