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 <hevii...@gmail.com> 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 <tony.arn...@manchester.ac.uk> > 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 > > > > >> <tony.arn...@manchester.ac.uk> 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, F: +44 (0) 705 344 3082, > > M: +44 (0) 773 330 0039, E: tony.arn...@manchester.ac.uk > > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Darktable-users mailing list > > Darktable-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/darktable-users > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Darktable-users mailing list > Darktable-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/darktable-users >
------------------------------------------------------------------------------
_______________________________________________ Darktable-users mailing list Darktable-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/darktable-users