File path at compile time
Posted: Wed Aug 12, 2009 4:05 pm
I am trying to have my application display the path of the directory in which it was compiled
This only produces a relative path such as "..\main.cpp". How can I get it to say "C:\data\nburn\test01\main.cpp"?
Code: Select all
iprintf( __FILE__ );
iprintf( "\r\n" );