Previous Next
Opalis Integration Server > Foundation Objects > Legacy > Move File

Move File
The Move File object will move a file from one directory to another. You can also move files to network shares that are available via UNC paths.
Note: This object has been replaced by the updated Move File object. Please remove this object from your Policies and replace it with the new one as soon as possible.
How it is used
The Move File object can be used to take files from a local or network folder made publicly available as an FTP location and move them to an internal folder.
Configuration
When configuring the Move File object you need to know what files you are moving and the destination that they will be moved to.
Details Tab
 
File
Type the path and name of the file that you want to move. You can use the '*' and '?' wildcards to specify the filename. These wildcards behave in the same way as the Windows Command Prompt.
Include sub-folders
Select to move any files within the sub-folders of the path you have specified that match the filename that you have specified.
Folder
Type the path of the folder where you want the files to be moved to.
If the destination exists
Select the action that you want to take if a file with the same name already exists in the destination folder:
Create a file with a unique name - Select to append a value to the filename to create a unique name that does not conflict with an existing name.
Overwrite - Select to overwrite the existing file with the file that is being moved.
Fail - Select to cause the Move File object to fail if the filename already exists.
Advanced Tab
 
Age
Specify is less than or is greater than to move the files that are older or newer, respectively, than the number of days that you specify.
Date of transfer
Set the date of the file at the destination to the date when it was copied to the folder.
Same as original
Set the date of the file at the destination to the date of the original file.
Available Published Data
 
Name
Description
Origin folder
The path of the base folder where the file was moved from.
Destination folder
The destination folder where the file was moved to.
Total number of files to be transferred
The number of files that matched the File that you specified.
Number of successful file operations
The number of files that were successfully moved.
Number of failed file operations
The number of files that failed to move.
For each file
File operation status
Determines whether the move succeeded or failed.
Name and path of the file
The path of the file that was moved.
File name
The name of the file that was moved.
Name and path of the file relative to the origin folder
The relative path of the file starting from the Origin folder.
Common Published Data

Previous Next