I have a folder that receives 15 different files each day, with differences in the name each day. The only common thing each day is the file extension (.pdf for all files).
I'm trying to figure out how to use javascript or jquery to move all files ending in .pdf from one folder to another.
I'd prefer using one of these options if possible in lieu of a batch file or other option.
Does anyone have any suggestions?
Thanks!