This is probably really easy, but being unfamiliar with FoxPro, I don't even know where to look.
I want to get a list (an array, a delimited string - whatever) of files in a directory that match a certain regular expression. Looping through all the files is what I eventually want to do, e.g. a
for each file matching <reg exp> do whatever
kind of loop.
Sorry if this is insanely easy and a waste of your time. Thanks in advance!
I want to get a list (an array, a delimited string - whatever) of files in a directory that match a certain regular expression. Looping through all the files is what I eventually want to do, e.g. a
for each file matching <reg exp> do whatever
kind of loop.
Sorry if this is insanely easy and a waste of your time. Thanks in advance!