Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to get the path of the current directory in c#

string exePath = AppDomain.CurrentDomain.BaseDirectory;
// returns the directory where the .exe is located
 
PREVIOUS NEXT
Tagged: #path #current #directory
ADD COMMENT
Topic
Name
6+3 =