Registriert seit: 5. Dez 2009
64 Beiträge
|
read from inifile
23. Apr 2010, 15:31
Hi , i've this inifile structure :
[Files]
FilesCount=3
[1]
name=m.txt
[2]
name=ms.txt
[3]
name=md.txt
please how could i read the files name based on FilesCount like this :
m.txt
ms.txt
md.txt
thank you in advance
|