Hi guys,
I seem to remember in an earlier version I was able to import JPEG & RAW (NEF) files into different sub-folders but maintainer versions? Can anyone confirm if this is possible?
Thanks in advance.
Andrew
JPEG / RAW different folder on import?
JPEG / RAW different folder on import?
Andrew
Albury, Australia
PSu 6 Win10
Albury, Australia
PSu 6 Win10
Re: JPEG / RAW different folder on import?
It is, indeed, possible.
Set:
Copy images to new location = "on"
Subfolder = custom defined
Definition = % fileextension
Set:
Copy images to new location = "on"
Subfolder = custom defined
Definition = % fileextension
Jim (Photo Supreme: AMD Quad-Core A8-5500 Accelerated Processor 3.2 GHz; SSD; 16GB DDR3 SDRAM; Win10x64)
Re: JPEG / RAW different folder on import?
Fantastic, thanks Jim, that's ringing a bell now. I'll have a play tonight, thanks heaps!
Andrew
Albury, Australia
PSu 6 Win10
Albury, Australia
PSu 6 Win10
Re: JPEG / RAW different folder on import?
I use the following code as the last part of my Subfolder import path which puts the RAWs into their own subfolder. Note the last item in the brackets is 2x ' rather than a single ". If you also want to put JPGs in their own subfolder then it just needs the name of the folder between the 2 's.
Code: Select all
result := iif(ImageItem.IsRAW, 'RAW', '')