Author Topic: file renming  (Read 2678 times)

Offline Mary Lyons

  • Newcomer
  • *
  • Posts: 9
    • View Profile
file renming
« on: September 08, 2015, 05:25:23 PM »
Hoofp064_150917_0019_W
How do I change the 14th character from a 1 to a 0 in a bunch of files
Thank You
Mary

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24767
    • View Profile
    • Camera Bits, Inc.
Re: file renming
« Reply #1 on: September 08, 2015, 09:58:13 PM »
Mary,

Hoofp064_150917_0019_W
How do I change the 14th character from a 1 to a 0 in a bunch of files

Use this as your renaming string:

{filenamebase:0,13}0{filenamebase:-8}

For more info see: http://wiki.camerabits.com/en/index.php?title=User_Manual_Flat_View#Variable_Substring_Extraction

HTH,

-Kirk

Offline Mary Lyons

  • Newcomer
  • *
  • Posts: 9
    • View Profile
Re: file renming
« Reply #2 on: September 09, 2015, 04:57:33 AM »
Thank You
Works like a charm :)