Hello everyone
so if I want to display an image I type this :
image1=display.newImageRect("1.jpg",imageWidth,imageHeight)
where I place the image in the same folder as main.lua,
but I want to put the image in a folder with main.lua called file1 for example and put the image in it
my question is how to access it, what should I type instead of
"1.jpg"
thanks in advance