Hi ,
I want sort the file from 1 folder on the basis of extension…
eg. sss.pdf, ert.pdf, wer.ppt, dsf.txt…Like this …
I want create specific folder for that each extension…like in pdf folder move all pdf file…
Check as below
You can place multiple IF’s for each file type and place a move file activity
Hope this helps
Thanks
SortFiles.xaml (9.8 KB)
@Shubham_Akole You need to loop over your directory and check for each file extension if Folder is already exists then move the file
Sequence17.xaml (6.1 KB)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.