Answers for "c# open script folder directory"

C#
6

c# get script directory

System.IO.Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
Posted by: Guest on August-17-2020
0

c# get script directory

string appPath = System.IO.Path.GetDirectoryName(Application.ExecutablePath);
Posted by: Guest on September-20-2020

C# Answers by Framework

Browse Popular Code Answers by Language