CopyFolder
CopyFolder
Copies a source folder to a destination folder.
Properties
SourceDirectory
Type: System.String
Specifies, through the 'Browse for Folder' dialog, the folder to copy.
DestinationDirectory
Type: System.String
Specifies, through the 'Browse for Folder' dialog, the folder into which the source folder is to be copied.
CreateDestinationDirectory
Type: System.Object
Specifies whether to create (True or False) the destination folder if it does not exist. This parameter does not apply to folders created through the 'Browse for Folder' dialog accessed from the 'Destination Folder' parameter. Defaults to True. You can also bind this parameter to a conditional.
OverwriteExistingFiles
Type: System.Object
Specifies (True or False) whether to overwrite any files at the destination if there are duplicate file names. You can also bind this parameter to a conditional.
Int32Output
Type: System.Int32
Contains the number of files copied. This is a read-only output parameter.
Add Comment