I am just using parent to illustrate. It actually looks like this, where parent and file names are variable and each edit work driver may require editing a different {old} bmp:
...\04969\1234_1.bmp {old}
...\04969\1234_2.bmp
...\04969\1234_3.bmp
...\04969\Delete\
...\04969\Working\
How would the coding change for the following:
1) Working multiple edits and editing different files each time
2) Working multiple edits and and the names of the parent directory changed for each edit?
3) Working multiple edits and and the names of the files changed for each edit?
So Edit 1:
...\04969\1234_1.bmp
...\04969\1234_2.bmp {old}
...\04969\1234_3.bmp
...\04969\Delete\
...\04969\Working\
Edit 2:
...\04969\1236_1.bmp
...\04969\1236_2.bmp
...\04969\1236_3.bmp {old}
...\04969\Delete\
...\04969\Working\
Edit 3:
...\89001\2255_1.bmp {old}
...\89001\2255_2.bmp
...\89001\2255_3.bmp
...\89001\Delete\
...\89001\Working\