View Single Post
  #1 (permalink)  
Old 05-07-2008, 01:26 PM
pmu5757's Avatar
pmu5757 pmu5757 is offline
Knows the basics
 
Join Date: Sep 2007
Location: Metz (France)
Posts: 53
Default How to find files in a directory

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.
Reply With Quote