Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# get current directory

string currentDir = System.IO.Directory.GetCurrentDirectory();
//returns the current directory of the application when executing
 
PREVIOUS NEXT
Tagged: #current #directory
ADD COMMENT
Topic
Name
5+4 =