This element specifies the source and destination for a file copy operation using the Microsoft.Wizard.CopyFilesTask task type. You can include a separate File element to copy more than one file in a single task.
Element Information
Table 93 provides information about the File element.
Table 93. File Element Information
|
Attribute |
Value |
|
Number of occurrences |
One or more for each task that has a task type of Microsoft.Wizard.CopyFilesTask |
|
Parent elements |
Task |
|
Contents |
None |
Element Attributes
Table 94 lists the attributes of the File element and provides a description of each.
Table 94. Attributes and Corresponding Values for the File Element
|
Attribute |
Description |
|
Dest |
Specifies the fully qualified or relative path to the destination folder for the file specified in the Source attribute. Environment variables are allowed as a part of the path. |
|
Source |
Specifies the fully qualified or relative path to the source file that the Microsoft.Wizard.CopyFilesTask task type copies. This attribute supports wildcard characters so that multiple files can be copied using a single File element. Environment variables are allowed as part of the path. |
Remarks
None.
Example
None.
Related Topics