Author Topic: Folder name?  (Read 14860 times)

Offline JAS Photo

  • Sr. Member
  • ****
  • Posts: 394
    • View Profile
    • JAS Photo LLC
Folder name?
« on: May 02, 2006, 06:36:52 PM »
Is it possible to have the folder use 6 characters instead of 8 dropping the "20"?
Thanks
Joe
Joe Sorrentino
JAS Photo LLC
http://www.JASPhoto.com

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: Folder name?
« Reply #1 on: May 02, 2006, 07:36:19 PM »
Is it possible to have the folder use 6 characters instead of 8 dropping the "20"?

By "20" I'll guess that you mean the "20" in "2006"...

Which variable are you using?  If it is {datesort} then you can use {year2}{month0}{day0} instead.

HTH,

-Kirk

Offline JAS Photo

  • Sr. Member
  • ****
  • Posts: 394
    • View Profile
    • JAS Photo LLC
Re: Folder name?
« Reply #2 on: May 03, 2006, 10:39:02 AM »
thanks Kirk but I did use ANY - I didn't see where to put it. is it in prferences?
Joe Sorrentino
JAS Photo LLC
http://www.JASPhoto.com

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: Folder name?
« Reply #3 on: May 03, 2006, 10:41:32 AM »
thanks Kirk but I did use ANY - I didn't see where to put it. is it in prferences?

I don't understand.  Please rephrase your response.

-Kirk

Offline JAS Photo

  • Sr. Member
  • ****
  • Posts: 394
    • View Profile
    • JAS Photo LLC
Re: Folder name?
« Reply #4 on: May 04, 2006, 07:10:26 PM »
Sorry Kirk - I know how to use variables to set the file name when renameing while ingesting but I have no idea how to set a folder name for ingesting it defauts to 20060504 say - but I would like to have just 060504.
Joe Sorrentino
JAS Photo LLC
http://www.JASPhoto.com

Offline dbrouse

  • Full Member
  • ***
  • Posts: 190
    • View Profile
    • DC Corporate Headshots
Re: Folder name?
« Reply #5 on: May 04, 2006, 08:13:11 PM »
{year2}{month0}{day0} should work (well...it works for me)

Delane
Delane B. Rouse/Rouse Photography Group, LLC
Mac OS: Version 10.7.4, Build 12713

Offline JAS Photo

  • Sr. Member
  • ****
  • Posts: 394
    • View Profile
    • JAS Photo LLC
Re: Folder name?
« Reply #6 on: May 05, 2006, 01:01:21 PM »
Where do I put it? I don't see an option/place for the variables.
Joe Sorrentino
JAS Photo LLC
http://www.JASPhoto.com

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24730
    • View Profile
    • Camera Bits, Inc.
Re: Folder name?
« Reply #7 on: May 05, 2006, 01:11:02 PM »
Where do I put it? I don't see an option/place for the variables.

Change the Copy Photos: popup menu to read "into folder with name"
Then in the Folder Name: text field enter your variables.  If you want to create a folder hierarchy, use the '/' character to create it:

{year4}/{month0}/{day0}

Of course you don't have to create a folder hierarchy if you don't want to.  Just leave out the slashes.

HTH,

-Kirk