Application Startup Directory

  • Thread starter Thread starter David
  • Start date Start date
this is a C# newsgroup, but if your using C++.NET then it's the same

Application.ExecutablePath;
Application.StartupPath;

HTH
Sam
 
David said:
Can anybody tell me how can I get application startup directory in C++?

System::Windows::Forms::Application::ExecutablePath

Willy.
 
Back
Top