JPEG / RAW different folder on import?

Post Reply
agk7
Posts: 18
Joined: 30 Apr 06 11:36

JPEG / RAW different folder on import?

Post by agk7 »

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
Andrew
Albury, Australia
PSu 6 Win10
jstartin
Posts: 419
Joined: 23 Aug 06 12:47
Location: UK

Re: JPEG / RAW different folder on import?

Post by jstartin »

It is, indeed, possible.
Set:
Copy images to new location = "on"
Subfolder = custom defined
Definition = % fileextension
Annotation 2020-01-05 203236.png
Annotation 2020-01-05 203236.png (33.61 KiB) Viewed 4435 times
Jim (Photo Supreme: AMD Quad-Core A8-5500 Accelerated Processor 3.2 GHz; SSD; 16GB DDR3 SDRAM; Win10x64)
agk7
Posts: 18
Joined: 30 Apr 06 11:36

Re: JPEG / RAW different folder on import?

Post by agk7 »

Fantastic, thanks Jim, that's ringing a bell now. I'll have a play tonight, thanks heaps!
Andrew
Albury, Australia
PSu 6 Win10
RickHeath
Posts: 48
Joined: 14 Nov 07 14:06
Location: Bolton, United Kingdom

Re: JPEG / RAW different folder on import?

Post by RickHeath »

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', '')
Post Reply