Hello all,
I want to know all of the files in a directory that follow the pattern xxxxxx001.ext. I know that I need to use the Folder object to open the folder and return all the files in it, but is there a way to return only the files that match my pattern? or, in my script, do I have to get the name of every file and manually compare it to the pattern(which I don't want to do unless absolutely necessary)?
Any thoughts are appreciated!
Thank you,
Earme
I want to know all of the files in a directory that follow the pattern xxxxxx001.ext. I know that I need to use the Folder object to open the folder and return all the files in it, but is there a way to return only the files that match my pattern? or, in my script, do I have to get the name of every file and manually compare it to the pattern(which I don't want to do unless absolutely necessary)?
Any thoughts are appreciated!
Thank you,
Earme