I have a lot of folders with pictures on server, the file names are random and a lot, but every file is a jpg. I need to rename every file on any given folder to the information on the timestamp.
Example. File names 1.jpg , 2.jpg
After convention 12/15/11 10:20:58.jpg , 12/15/11 11:21:50.jpg .
The actual Date format is not important.
P.S. Important that it only modifies the jpg files and not the folder names nor sub-folder content.
Thanks.