Registriert seit: 2. Jan 2003
Ort: Eibau
768 Beiträge
Delphi 2010 Professional
|
Re: read from inifile
23. Apr 2010, 15:49
Read the FilesCount value and make a "for" loop which goes thru all numbers between 1 and FilesCount value and use readstring(inttostr(number), ....) to get the path.
|