Ok, I posted a thread asking for help on the TrimLeft action (and got it, thanks!) but when working on it I realized that my problem was quite a bit more complicated.
Some images in my project are dynamic. I do this by setting whatever variable and depending on it's value I set a different image. Now the image is there no matter what, it's only the color that changes. So what I did is use the Image.SetProperties function and assigned ImageFile = whatevervariable. This works like a charm.
However when I build my project I have to change the AutoPlay folder name. Doing this every function works fine except any image using the above code. The images do not display and I get the missing image placeholder.
I have tried hardcoding the new folder name, setting a variable, everything I can think of but nothing works. And unfortunately I HAVE to change the name of that folder for it to work where it's destined to (wierd system admin thing going on there...).
Any ideas?

