emperorevil
Programmer
How can I get a list of filenames in a directory that fit a "template."
Example (this is the actual program):
The user types in some text in a text box on a dialog box. He/she types in "Map####.lmu". And now I want to get a list of all the files that start with "Map", end with ".lmu", and have a 4 digit number in the middle. How would I do that?
Example (this is the actual program):
The user types in some text in a text box on a dialog box. He/she types in "Map####.lmu". And now I want to get a list of all the files that start with "Map", end with ".lmu", and have a 4 digit number in the middle. How would I do that?