Tuesday, February 2, 2010

get the root directory in win application in C#.net

string root = Environment.SystemDirectory.ToString().Substring(0, 1);

1 comment: