Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

C# get project directory

string wanted_path = Path.GetDirectoryName(Path.GetDirectoryName(System.IO.Directory.GetCurrentDirectory()));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #project #directory
ADD COMMENT
Topic
Name
9+5 =