When defining export to image settings for a canvas, is there a way to let PaintCode export to different folders depending on the canvas?
A few of my canvasses are language dependend and need to be exported into subfolders with the language in it (android)....
Currently there is no option for doing what you want.
I believe what you should be doing, instead, is to parameterize the String itself, like so:
This way you expose your
String
and can set whatever you want at runtime.