Answers for "how to get path of app directory in c#"

C#
2

c# app path

string appPath = AppDomain.CurrentDomain.BaseDirectory;
Posted by: Guest on February-11-2021
2

get application path c#

System.Reflection.Assembly.GetExecutingAssembly().Location
Posted by: Guest on September-11-2020

Code answers related to "how to get path of app directory in c#"

C# Answers by Framework

Browse Popular Code Answers by Language