There are various folders and different forms of files which anyone deals with in their day to day lives. They come across various duplicate files which are difficult to find and segregate them based on certain norms. These custom activities would come in handy when the bot tries to discover and copy/move the files with specific extensions, duplicates or matched files to the user-specified location, without the need to open and verify them on UI.
If the user-defined destination folder does not exist, then these activities create folders and copy or move the files & folders into them.
This package consists of the following activities:
1. Copy or Move Duplicate Files
This activity copies or moves all the duplicate files present in a folder and its subfolders to the user-specified destination folder.
· Root Folder Path: Full path of the source folder.
· Destination Folder Path: Full path of the storage folder where all the duplicate files are to be copied or moved.
· Is Copy: If true, then files will be copied to the destination folder, else moved.
· Delete Files: Deletes the files and folders from destination folder if any exist.
2. Copy or Move Files and Folders
It copies or moves all the files to destination folder if opted for only files, else it copies or moves all the files and subfolders.
· Root Folder Path: Full path of the source folder.
· Destination Folder Path: Full path of the storage folder where all the duplicate files are to be copied or moved.
· Is Copy: If true, then files will be copied to the destination folder, else moved.
· Delete Files: Deletes the files and folders from destination folder if any exist.
· Only Files: If true, the activity copies or moves only files, else it copies or moves all the files and folders.
3. Copy or Move Files with Extensions
This activity copies or moves all the files which are of user-specified extensions from source folder to the destination folder.
· Root Folder Path: Full path of the source folder.
· Destination Folder Path: Full path of the storage folder where all the files are to be copied or moved.
· Extensions: Array of extensions, which will be used for copying or moving the files.
· Is Copy: If true, then files will be copied to the destination folder, else moved.
· Delete Files: Deletes the files and folders from destination folder if any exist.
4. Copy or Move Matched Files
It copies or moves all the matched files between two folders to a destination folder.
· First Folder Path: Full path of the first folder.
· Second Folder Path: Full path of the second folder.
· Destination Folder Path: Full path of the storage folder where all the duplicate files are to be copied or moved.
· Is Copy: If true, then files will be copied to the destination folder, else moved.
· Delete Files: Deletes the files and folders from destination folder if any exist.