• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

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.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links