Hi. I am totally new to python. I have a problem that I have been trying to solve without any form of solution.
I have a group of files in Directory A that are named like:
Text__###__TEXT___###.tif
These are dummy files.
The real files are in Directory B and are named like:
00001.tif
00002.tif
00003.tif
and so on...
These files are the ones that have important images.
The problem is I need to take the names of the images in Directory A and apply them to the images in Directory B.
Any ideas?
Thanks.