I'm still fairly new to Mac programming, and I can't seem to figure this one out. When I load an image in a local directory, using something like Image.LoadFromFile("image.png"), the program can load the image when I run it from within Xcode, but when I try running the program outside of Xcode, it no longer finds the local files.
Also, is there some way to find the directory of the Bundle Resources folder in the code? If I hard code it in, than that means if the user changes the program name, the program will no longer work.