How can I use a if condition to say if the filefolder contains the filename without extension in the name then move file to this folder??
Something to be changed in yellow but don’t know what ?
Can you please help me ?
Thanks Rahul this is the solution. However, I was not able to open your sequence. but I try to follow the steps based on your screenshot and now it works.
The only difference I have is that I dont use the (assign Filename=currentitem.split("."c)…
Instead I m using (assign filename=Path.GetFileNameWithoutExtension(currentitem.ToString)).