May 24, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 How to find the run application directory path in C# (like VB funtion "App.Path" ? Thanks
May 24, 2002 #2 dlunday Programmer Joined May 20, 2002 Messages 5 Location US here's the answer: string appPath = Application.ExecutablePath; Upvote 0 Downvote