Author Topic: Renaming files  (Read 1701 times)

Offline ebmarketa

  • Newcomer
  • *
  • Posts: 32
    • View Profile
Renaming files
« on: August 24, 2010, 08:54:14 AM »
Hello,

I am trying to rename my photos with the date of capture and last four digits of the original file name. For example, _DSC0719 would become 100824_0719. I know how to code the date but what variable should I use for the last 4 digits? I looked through the whole variable list but did not find anything.

Thanks.

Marketa

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24767
    • View Profile
    • Camera Bits, Inc.
Re: Renaming files
« Reply #1 on: August 24, 2010, 09:13:15 AM »
Marketa,

I am trying to rename my photos with the date of capture and last four digits of the original file name. For example, _DSC0719 would become 100824_0719. I know how to code the date but what variable should I use for the last 4 digits?

{frame4}

-Kirk