This is the copy-directory Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:50:48 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
copy-directory
Copy a directory.
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(GIT )
MIT
# copy-directory
[![Build Status](https://travis-ci.org/ceramic/copy-directory.svg?branch=master)](https://travis-ci.org/ceramic/copy-directory)
[![Quicklisp](http://quickdocs.org/badge/copy-directory.svg)](http://quickdocs.org/<project name>/)
Copy a directory, using the native ‘cp‘ utility if available.
# Overview
It just copies directories.
# Usage
“‘lisp
(copy-directory:copy #p"/path/to/source/" #p"/path/to/destination/")
“‘
# License
Copyright (c) 2016 Fernando Borretti
Licensed under the MIT License.
0.1
uiop
(system).
cl-fad
(system).
which
(system).
src
(module).
Modules are listed depth-first from the system components tree.
copy-directory/src
copy-directory
(system).
copy-directory.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
copy-directory/copy-directory.asd
copy-directory
(system).
copy-directory/src/copy-directory.lisp
src
(module).
copy
(function).
cl-copy
(function).
native-copy
(function).
subtract-pathname
(function).
Packages are listed by definition order.
copy-directory
Copy a directory.
common-lisp
.
copy
(function).
cl-copy
(function).
native-copy
(function).
subtract-pathname
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Copy everything in the source directory to the destination directory. Both pathnames must be absolute directory pathnames. If the cp program is available, use it. If not, uses pure CL code. Returns the destination.
Copy everything under source to destination. Pure CL function.
Copy everything from source to destination using native system tools.
root is an absolute directory, and pathname is an absolute pathname, such that pathname is inside of root. Remove the common directory components, leaving a relative pathname.
Jump to: | C F N S |
---|
Jump to: | C F N S |
---|
Jump to: | C F M P S |
---|
Jump to: | C F M P S |
---|