System Programing

 

Saturday, May 30, 2009

Retrieve the path to the Windows System directory

/*
Retrieve the path to the Windows System directory
-
ex. C:\Windows\System32\
*/

string winDir = Environment.GetFolderPath(Environment.SpecialFolder.System)

No comments:

Post a Comment

All Menu