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...