Hi,
Is it a bug, or do I misunderstand something?
void ofApp::setup()
{
ofLogNotice() << ofToDataPath("test");
}
Output:
[notice ] C:\Users\username\Documents\of\of_v0.8.4_win_cb_release\apps\tests\test\bin\data\test
I was expecting
[notice ] data\test
Windows 7 + OF 0.8.4 + CB12.11
Thank you!