Quote:
Originally Posted by nqk
Ah yes, I have just tested. But {inputfile} seems to be enclosed in "" by default. I'd like to access the subfolder and contents too, for example the data folder. If {inputfile} doesn't include the "", then I can just add them easily.
|
It does not work the way you imagine with or without quotes. What you want to do is achieved by using a template with containing_folder() function:
Code:
program:
containing_folder() & '/data/some file inside.ext'
Note that you won't be able to access more than on file at a time.