Greg Minshall <minshall@umich.edu> writes:
> i can imagine wanting to have input files and
> output files in separate directories. (for ease in "make clean", if for
> no other conceptual reason.) (but, probably i don't understand.)
Makes sense. Currently, there is :dir header arg to set working
directory (aka input files directory). Maybe we can introduce something
like :results-dir header arg to set the output directory? It's value can
be a directory path or symbol 'attach.
`:results file :results-dir 'attach` will be equivalent of
`:results file attach` in the patch proposed by Ryan Scott.
WDYT?
Best,
Ihor