Registriert seit: 11. Feb 2007
97 Beiträge
Delphi 7 Enterprise
|
Read string from Text File
21. Aug 2008, 00:22
I have a Folder that Contains 2 Files
C:\file.fd
C:\fil.fd
the file.fd contains : bla,blabla
the fil.fd contains : bl,bla
what i want is to search the C:\ for all *.fd files then from all these files i want to add the values (bla,blabla ,bl,bla )to a ListView Like this way:
bla blabla { from the file.fd }
bl bla {from fil.fd }
thank you all
|