The following activities are included in this pack:
Get FileName: used to extract the file name from the full path of the file.
Rename File: used to rename the file within a particular folder and provide the output as a Boolean value to confirm if the file was renamed or not.
Input
FilePath: the full path of the file
NewFileName: provide the new filename
Output
IsRenamed: A Boolean value that returns True if the file was renamed successfully and if not it will return False.
Move Files: used to move the files from source to the destination path. It can be used to move all files or only specific file types to the destination path.
TypeOfFiles: specify the type of file to be moved
(e.g. pdf or xlsx or docx)
Destination: destination path
Sort Files: Reads all the files from a specified folder, sort them based on several criteria and displayed the results either by descending or ascending order.
This component will read all the files from a specified folder and sort them based on CreationTime, LastAccessTime, LastWriteTime, Size, and Names.
FolderPath: the path of the files to be sorted.
SortingOrder: choose to sort the files in descending or ascending order.
SortingType: choose to sort the files by CreationTime, LastAccessTime,
LastWriteTime, Size or Name.
SortedFiles: an array of the sorted files.
HideFile: used to hide a particular file.
UnhideFile: used to unhide the particular file.
Note: The field supports only Boolean variables.