How to find files in a directory

pmu5757

Member
Licensed User
Hello everybody.
In my application's directory, I have several files whose names are : "lang_*.txt", where * can be any string.
I would like that my application could be able to find all this files and put their names in an array variable, but I don't know how to do this.
Could anybody help me ?

Thank you.

Pascal.
 
Top