View Single Post
Old 01-12-2024, 05:39 AM   #1232
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,199
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by nqk View Post
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.

Last edited by capink; 01-13-2024 at 01:23 AM.
capink is offline   Reply With Quote