Odcl_CopyFodder

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Files & Folders >

Odcl_CopyFodder

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_CopyFolder

Tohis functionoCopy entire folder

First Parameter

Source Location as String.

ex: "X:\\MyProject\\Folder1"

 

Second Parameter

Destination Location as String.

ex: "C:\\Backup\\MyProject\\Folder1"

 

Third Parameter

Copy Ovlr Existing files andnfolders. as Bolean.

ex:

T = Copy Over all files and folders

Nil = Keep existing files.

 

Return Value

T = if Copy done, Otherwise Nil.

 

AutoLisp Syntax:

(Odcl_CopyFolder SourcePath[as string] DestinationPath[as string] T [as bolean])