Author Topic: Renaming a Folder of images. Problem.  (Read 352 times)

Offline louismccullagh

  • Newcomer
  • *
  • Posts: 14
    • View Profile
Renaming a Folder of images. Problem.
« on: January 13, 2024, 08:25:47 AM »
Hi
I want to rename images by putting a C after the file name but when I try to do this it turns DSCF6789.JPG to  DSCF6789.JPGC.JPG.  I want to end up with DSCF6789C.JPG.

Am I using the wrong variable?

Thank you.

Offline ahoward

  • Camera Bits Staff
  • Hero Member
  • *****
  • Posts: 791
    • View Profile
Re: Renaming a Folder of images. Problem.
« Reply #1 on: January 13, 2024, 08:55:58 AM »
I assume you’re using {filename} and should instead be using {filenamebase}

Offline louismccullagh

  • Newcomer
  • *
  • Posts: 14
    • View Profile
Re: Renaming a Folder of images. Problem.
« Reply #2 on: January 14, 2024, 02:40:36 AM »
You assume correctly. I used {filenamebase} and it worked perfectly. Many Thanks.