var Filelist: TStrings;//List of files
var Path : string;//file directory
var searchResult : TSearchRec;//search result
Everything is working for me except getting the file path to file list. I can run it, but this line always causes error.
Filelist.Add(Path +'\'+searchResult.name);
Hi I have nearly finished converting program, but what looked easy is impossible to finish for me. Its image(picture) file btw
First I assign file(that works fine)
AssignFile(Myfile, Filelist[i]);
If I managed to convert it to string I would simply type
Delete(Myfile,1,20)
But I did not find...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.