In attempting to solve the 'Unable to delete' problem in a previous message I am writing a txt file of the 'saved' (modified)image filenames so that they can be copied back after the Form with the grid is closed.
I create a text file instead of doing the delete.
Thus I have a text file with a certain ( unknown) number of lines in it.
A typical line is 3:19:58 PM | C:\USERS\COLIN\DESKTOP\helen gkids.jpg
I want to loop through line by line and do an operation on the filename after the |. I already know where the newly created files with the new exif values are.
Is there a function to, say, create an array from the text file which I can then loop through and replace the original image file with the new one?
OR
is there a better way?
Thanks
Coldan
I create a text file instead of doing the delete.
Thus I have a text file with a certain ( unknown) number of lines in it.
A typical line is 3:19:58 PM | C:\USERS\COLIN\DESKTOP\helen gkids.jpg
I want to loop through line by line and do an operation on the filename after the |. I already know where the newly created files with the new exif values are.
Is there a function to, say, create an array from the text file which I can then loop through and replace the original image file with the new one?
OR
is there a better way?
Thanks
Coldan