Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# get executable path

//This path contains the .exe file
System.Reflection.Assembly.GetEntryAssembly().Location;

 
PREVIOUS NEXT
Tagged: #executable #path
ADD COMMENT
Topic
Name
3+7 =