This might be a simple question.
I have many images for my game that I am making. I dont want to place them in the root MyGame/ directory. I want to place them within a package, or folder inside the root Directory eg MyGame/Images/"img1.png"
Everytime I try to do that I get invalid path name no such file or directory. The only time it works is when the images are in root directory. I've tryed "MyGame/Images/"img1.png"/ and variants with leading slashes and can't get it to work.
Fixed. I needed to have a folder called resources and inside that have a folder called images.