Is there an API call that will return the path to the directory the application is located at?
MSDN says GetCurrentDirectory should work, but when I tried using the example code for it, my compiler spit back errors at me saying the "#using <mscorlib.dll>" was an undefined preprocessor directive.
Here's the site where I found that function
let me know how to fix this, or if there's another way...
MSDN says GetCurrentDirectory should work, but when I tried using the example code for it, my compiler spit back errors at me saying the "#using <mscorlib.dll>" was an undefined preprocessor directive.
Here's the site where I found that function
let me know how to fix this, or if there's another way...