object = display.newImageRect( [parentGroup,] filename [, baseDirectory] width, height )

I have an image “Image.png” but i have it in a folder called “Folder”. How is it called through the folder.
I know how to do object = display.newImageRect(‘Image.png’, 100,100) but not sure how to call it through the folder. Something like object = display.newImageRect([Folder]‘Image.png’, 100,100) but Im not sure proper syntax. [import]uid: 75779 topic_id: 35922 reply_id: 335922[/import]

Something like object = display.newImageRect("Folder/Image.png", 100, 100) should do.
Be careful with the case as the device is case sensitive. [import]uid: 70847 topic_id: 35922 reply_id: 142765[/import]

Something like object = display.newImageRect("Folder/Image.png", 100, 100) should do.
Be careful with the case as the device is case sensitive. [import]uid: 70847 topic_id: 35922 reply_id: 142765[/import]

Something like object = display.newImageRect("Folder/Image.png", 100, 100) should do.
Be careful with the case as the device is case sensitive. [import]uid: 70847 topic_id: 35922 reply_id: 142765[/import]

Something like object = display.newImageRect("Folder/Image.png", 100, 100) should do.
Be careful with the case as the device is case sensitive. [import]uid: 70847 topic_id: 35922 reply_id: 142765[/import]