Is it possible to use relative file paths for Drawing()
? All images are in the same folder as the template. I know I can use the ProjectPath$()
variable, but I was hoping to do this without changing the template or data source content.
Indeed, ProjectPath$()
is designed specifically for that purpose. Without using it, it’s likely that the path would default to the OS’s current directory.