Hi ,
I have many files with unstandard names (e.g. dk_20061231_1234, and dfk_2006-11-30_0055). I have figured out how to rename the beginning and middle (kleinpix_{year4}-{month0}-{day0}_ ) but I don't know how to grab the original file number from the original file name. So in example 1 my desired result would be: kleinpix_2006-12-31_1234. filetype and example 2 would become
kleinpix_2006-11-31_0055.filetype.
How do I set up that rename string and where does it get stored when I do a save on the string?
Thanks.
David