Thank-you for your insights and suggestions. Since Mac OS is also a ’nux system, I assumed that the naming convention would work as you’ve described. Yet on my machine, it’s not behaving nicely.
Assuming that in my case, $(FILE_FOLDER) is actually “Sept15_Bike\ Courier”,
I’ve entering (again) the following:
/$(FILE_FOLDER)/$(FILE_FOLDER)_RAWconversion/$(FILE_NAME)
Whereas I desire the following structure under $(File_Folder):
Sept15_Bike\ Courier_RAWconversion/HVI_8892.png
I actually get the following, all under $(File_Folder):
/Volumes/heviiguy2ndPartition/Media/Pictures/Personal/Sept15_Bike\
Courier/Volumes/heviiguy2ndPartition/Media/Pictures/Personal/Sept15_Bike\
Courier_RAWconversion/HVI_8892.png
Here’s the strange thing: The SAME result occurs if I omit the initial forward
slash!
Any other thoughts? Has anybody else on Yosemite experienced this?
> On 06 Sep 2015, at 21:46, Steven Fosdick <[email protected]> wrote:
>
> I suspect what is happening here is that on a Linux system $(FILE_FOLDER)
> would be an absolute path, i.e. it would begin with / whereas perhaps this is
> not the case on Mac OS. If $(FILE_FOLDER) was a relative path, i.e. did not
> start with a / and if the current directory at the time of export was
> actually the $(FILE_FOLDER) directory then this would behave as you've
> described.
>
> In that case you could try:
>
> /$(FILE_FOLDER)/RAWconversion/$(FILE_NAME)
>
> note the extra leading / to make the path absolute. Alternatively if you are
> prepared to trust that the current directory will be $(FILE_FOLDER) you could
> try just:
>
> RAWconversion/$(FILE_NAME)
>
> note no leading / on this one.
>
>
>
> On 6 September 2015 at 16:37, J Albrecht <[email protected]
> <mailto:[email protected]>> wrote:
> I’m running 1.6.8 on Mac OS (Yosemite 10.10.5). Crazy apple ,-)
>
>
> > On 06 Sep 2015, at 11:23, Tony Arnold <[email protected]
> > <mailto:[email protected]>> wrote:
> >
> >
> > That's strange. I've just tried my suggestion and it does what you
> > want. What version of DT are you using and on what platform? I'm
> > running 1.6.8 on Linux MINT 17.2
> >
> > >> <[email protected] <mailto:[email protected]>>
> > >> wrote:
> > >>>
> > >>
> > >> You could try specifying
> > >> $(FILE_FOLDER)/RAWconversion/$(FILE_NAME)
> > >>
> > >> Note the / instead of the _. That should create a subfolder of
> > >> $(FILE_FOLDER) called RAWconversion.
> >
> > Regards,
> > Tony.
> > --
> > Tony Arnold, IT Security Analyst, University of Manchester.
> > T: +44 (0) 161 275 6093 <tel:%2B44%20%280%29%20161%20275%206093>, F: +44
> > (0) 705 344 3082 <tel:%2B44%20%280%29%20705%20344%203082>,
> > M: +44 (0) 773 330 0039 <tel:%2B44%20%280%29%20773%20330%200039>, E:
> > [email protected] <mailto:[email protected]>
> >
> >
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > Darktable-users mailing list
> > [email protected]
> > <mailto:[email protected]>
> > https://lists.sourceforge.net/lists/listinfo/darktable-users
> > <https://lists.sourceforge.net/lists/listinfo/darktable-users>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Darktable-users mailing list
> [email protected]
> <mailto:[email protected]>
> https://lists.sourceforge.net/lists/listinfo/darktable-users
> <https://lists.sourceforge.net/lists/listinfo/darktable-users>
>
signature.asc
Description: Message signed with OpenPGP using GPGMail
------------------------------------------------------------------------------
_______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
