Name | Description | |
---|---|---|
![]() | Destination | Specifies the path to the location where the file(s) are being copied. The default is the current directory. Wildcards are permitted, but the result must specify a single location |
![]() | DisplayName | (Inherited from System.Activities.Activity) |
![]() | Id | (Inherited from System.Activities.Activity) |
![]() | MakeDirectory | When enabled, this activity will create any directories needed when the destination path doesn't exist. |
![]() | Overwrite | When enabled, this activity will overwrite any existing files that match in the destination location. |
![]() | SearchAllSubDirectories | When enabled, this activity will search all of the subdirectories under the source location for any matching files. |
![]() | Source | Specifies the path to the current location of the file(s). The default is the current directory. Wildcards are permitted. |