skodali
7 years agoNew Contributor III
Creation of Files in Separate folders
Hello,
I’m trying to move/create files from folder to another folder based on the fileName.
Example: If I have 1) Test_001.pdf
2) Test_001.xml
3)Test_002.pdf
4) Test_002.xml files in a folder. The expected result
Folder Test001: 1) Test_001.pdf
2) Test_001.xml
Folder Test002: 1) Test_002.pdf
2) Test_002.xml
Can anyone suggest how should I approach to resolve this?
Thanks