Moves a file from one location on the server to another.
A workflow could use the Move File activity to move any temporary files created by the Write File or Write File Bytes activity.
Source Path |
Required Type: String The path of the file to move on the server. The file system or network path must be valid and the server administrator must configure the appropriate permissions to allow moving of the file. Attempting to move a file that does not exist will fail. |
Destination Path |
Required Type: String The path to move the file to on the server. If the necessary destination directory path does not exist, it will be created. |
This activity has no outputs.
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity does not work when the device has intermittent connectivity to the network.
See also...