(vl-file-copy source-file destination-file [append])
Copy or append the contents of one file to another file.
The append option is not implemented yet.
This function returns an integer, or nill if the operation is unsuccessful.
Example
Code | Returns |
---|---|
(vl-file-copy "d:\file.txt" "c:\newfile.txt" ) | Integer |
Tell me about...
Programming Overview of LISP (LISt Processing) Language