Match file name and move

Hi Cami
@CamiCat
In reference to this topic

With the following comment
— inside the loop use a if condition like this
Outxmldilepath.Contains(path.GetFilenameWithoutExtension(item.ToString))
If the above condition passes it will go rot THEN part which means there is similar filenamed files
Which we can mention In a message box activity
If not will go to ELSE part where we can mention no similar named files in a message box

Here in the ELSE part we can use a move file activity with source file property as item and mentio the destination folder to the path where you want to move

Hope this would help you
Cheers @CamiCat

2 Likes