EDN Admin
Well-known member
From my code, I want to get the directory where the program is located.
All I could find is the current working directory:
string path = Directory.GetCurrentDirectory();
which is not quite the same thing.
View the full article
All I could find is the current working directory:
string path = Directory.GetCurrentDirectory();
which is not quite the same thing.
View the full article