Tuesday, November 22, 2005
Get Executable Directory with .NET
{
What directory am I in again?
string
dir = System.IO.Path.GetDirectoryName(Application.ExecutablePath);
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment