https://github.com/ceramic/copy-directory.git
git clone 'https://github.com/ceramic/copy-directory.git'
(ql:quickload :copy-directory)
Copy a directory, using the native cp
utility if available.
It just copies directories.
(copy-directory:copy #p"/path/to/source/" #p"/path/to/destination/")
Copyright (c) 2016 Fernando Borretti
Licensed under the MIT License.