K
Krazy Darcy
As I'm using call shell(xcopy... to copy files between internal and external
hard drives (online backup) I can generate a text file that lists all the
files copied.
I assume the following is more of a programming than inport question.
Here is the end of the file for my "photo library" folder
H:\photo-library\people\UM\posskeep\08-06-20\IM000075.JPG
H:\photo-library\people\UM\posskeep\08-06-20\Thumbs.db
5694 File(s) copied
What I want to do is take the last line and use it to update a field in a
table (and replace the previous data in that field) This is so I know it
completed properly.
The length of this fil will increase as the photo library grows so anything
that says copy line 5686 will not work.
Is there any way of doing this?
Thanks.
hard drives (online backup) I can generate a text file that lists all the
files copied.
I assume the following is more of a programming than inport question.
Here is the end of the file for my "photo library" folder
H:\photo-library\people\UM\posskeep\08-06-20\IM000075.JPG
H:\photo-library\people\UM\posskeep\08-06-20\Thumbs.db
5694 File(s) copied
What I want to do is take the last line and use it to update a field in a
table (and replace the previous data in that field) This is so I know it
completed properly.
The length of this fil will increase as the photo library grows so anything
that says copy line 5686 will not work.
Is there any way of doing this?
Thanks.