Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

How can I get the Directory path of my application's installed folder?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Raynard7
Raynard7

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of joechina
joechina

This could work even windows.forms is not referenced.
System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().CodeBase)