I need to copy files in a source directory (i.e. 1.tif, 2.tif, etc.) and rename them to a destination directory (i.e. 199912215001.001, 199912215001.002, etc). Think I have to use the CopyFile method but I'm chasing my tale can anyone help?

Thanks