Share via


How to get the system32 folder path programmaically

Question

Wednesday, September 2, 2009 8:44 AM

By default folder path will be c:\Windows\System32
if my OS is in E: or D: how to check programmatically..Please provide with code

All replies (2)

Wednesday, September 2, 2009 8:54 AM âś…Answered | 4 votes

 You Can get it Environment.SystemDirectory


Tuesday, August 30, 2016 7:55 PM

Thanks a lot  .
It work with me.