I am trying to have my application display the path of the directory in which it was compiled
Code: Select all
iprintf( __FILE__ );
iprintf( "\r\n" );
This only produces a relative path such as "..\main.cpp". How can I get it to say "C:\data\nburn\test01\main.cpp"?