Printable View
How can I find system folder in different OS (XP, 2000, 2003) in VB.net?
you can use the "%windir%" shortcut EIDT: example: "%windir%\explorer.exe"
Thanks