[This is preliminary documentation and subject to change.]
This table contains a list of files to be moved or copied from a specified source directory to a specified destination directory.
The MoveFile table has the following columns.
| Column | Type | Key | Nullable |
|---|---|---|---|
| FileKey | Identifier | Y | N |
| Component_ | Identifier | N | |
| SourceName | WildCardFilename | Y | |
| Destname | Filename | Y | |
| SourceFolder | Identifier | Y | |
| DestFolder | Identifier | N | |
| Options | Integer | N |
May be left blank (see the description of the SourceFolder column).
If blank, the destination file is given the same name as the source file.
May contain wildcard characters (* and ?).
One of imfoEnum as follows.
| Value | Meaning |
|---|---|
| 0 (imfoCopy) | Copy the source file. |
| 1 (imfoMove) | Move the source file. |
This table is processed by the MoveFiles action.