copy-directory

https://github.com/ceramic/copy-directory.git

git clone 'https://github.com/ceramic/copy-directory.git'

(ql:quickload :copy-directory)
1

copy-directory

Build Status [Quicklisp](http://quickdocs.org//)

Copy a directory, using the native cp utility if available.

Overview

It just copies directories.

Usage

(copy-directory:copy #p"/path/to/source/" #p"/path/to/destination/")

License

Copyright (c) 2016 Fernando Borretti

Licensed under the MIT License.