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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #path #current #directory
ADD COMMENT
Topic
Name
8+9 =