Hi,
I have two files with the same file name but different version. I need to check the latest version and copy them to the folder.
Any ideas on how to implement ?
File names : 10mL ABC 19875-05.pdf
10mL ABC 19875-06.pdf
Currently, I am getting the files in a folder which has 10mL ABC 19875*.pdf, so I am getting all the files which matches. I need to copy the file which has 06.pdf. Please help.