| View previous topic :: View next topic |
| Author |
Message |
joanhomn
Joined: 22 Sep 2008 Posts: 1
|
Posted: Tue Sep 23, 2008 2:40 am Post subject: file extension ".jpg" |
|
|
I have sucessfully renamed all JPG file names according to my needs...however, I found all the extension ".jpg" was lost..while I cannot find a way to put this file extension back after all....
Could you please help? |
|
| Back to top |
|
 |
admin Site Admin
Joined: 09 Mar 2007 Posts: 314 Location: Canada
|
Posted: Tue Sep 23, 2008 4:21 am Post subject: |
|
|
To add the extension .jpg to to the end of all files, paste the following data (do not inlcude the single quotes) into the specified search/replace column.
Row: 1
Search: '(.*)'
Replace: '\1.jpg'
Hope this helps. Let me know if you have any other questions.
Peter. |
|
| Back to top |
|
 |
|