Moving/copying/renaming files in batch
This scenario shows the way for moving, copying, and renaming files in a directory in batch.
Two components are used for this purpose: tFileList and tFileCopy. The tFileList component
iterates the files in the directory and passes the information about each of the files
(such as filename and file path) to the tFileCopy component; the tFileCopy component moves,
copies, or renames the files one by one using the information received from the tFileList
component.