I’d been searching around for some time to figure out how to load text files into my oF application without including them in my Xcode project. It turns out that I can just place those files into the data folder and call the ofToDataPath(string path) function … just like with ofImage. loadImage().
Jeremy