I want to reference an image file in my project that actually exists elsewhere. I have an ‘images’ subfolder and want to reference it from within there. Is that possible?
It works fine when I drag the image into the home folder for my project and code for that - CPM magically fools my lua code into thinking it’s physically there in my project directory and it runs fine.
When I drag it into the images folder CPM shows it there with the external folder listed (i.e. where it really is) but when I run in the simulator with code pointing to images folder I get ‘file not found’. If I then right click and say ‘Copy File to Project’ the file gets physically copied to the home area of the project not the images sub-folder so still not found in images folder by my code.
Am I doing something wrong here or does the aliasing only work on the main project folder? [import]uid: 39538 topic_id: 20149 reply_id: 320149[/import]