/ Published in: C#
Expand |
Embed | Plain Text
string exePath = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
You need to login to post a comment.
bokkers on 02/04/10
location path application executable
1 person have marked this snippet as a favorite
string exePath = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
You need to login to post a comment.