Hi Guys
I have a load of file that have a .JPG extension and I need to convert them to .jpg.
Know I need to loop through the file but dont know how to change the file name. Heres my basic code to date:
foreach i [glob *.JPG] {
}
Hope you can give me some pointers.
I have a load of file that have a .JPG extension and I need to convert them to .jpg.
Know I need to loop through the file but dont know how to change the file name. Heres my basic code to date:
foreach i [glob *.JPG] {
}
Hope you can give me some pointers.