Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the copy-directory Reference Manual, version 0.1, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 13:11:42 2020 GMT+0.
• Introduction | What copy-directory is all about | |
• Systems | The systems documentation | |
• Modules | The modules documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
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.
Next: Modules, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The copy-directory system |
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(:git "")
MIT
Copy a directory.
# copy-directory
[](https://travis-ci.org/ceramic/copy-directory)
[](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
copy-directory.asd (file)
src (module)
Modules are listed depth-first from the system components tree.
• The copy-directory/src module |
copy-directory (system)
src/
copy-directory.lisp (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The copy-directory.asd file | ||
• The copy-directory/src/copy-directory.lisp file |
Next: The copy-directory/src/copy-directory․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
copy-directory.asd
copy-directory (system)
Previous: The copy-directory․asd file, Up: Lisp files [Contents][Index]
src (module)
src/copy-directory.lisp
copy (function)
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The copy-directory package |
Copy a directory.
copy-directory.lisp (file)
common-lisp
copy (function)
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions |
Previous: Exported definitions, Up: Exported definitions [Contents][Index]
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-directory.lisp (file)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal functions |
Previous: Internal definitions, Up: Internal definitions [Contents][Index]
Copy everything under source to destination. Pure CL function.
copy-directory.lisp (file)
Copy everything from source to destination using native system tools.
copy-directory.lisp (file)
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.
copy-directory.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | C F L M |
---|
Jump to: | C F L M |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | C F N S |
---|
Jump to: | C F N S |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | C P S |
---|
Jump to: | C P S |
---|