How can I find out the windows system directory?

Say I want to access something in %system%, and %system% (or whatever it's called) can be WINDOWS or WINNT or maybe something else. What's the right way to find out


Answer this question

How can I find out the windows system directory?

  • salemoh

  • mikkeX

    The Environment.SpecialFolder enum can be passed into

    to get special folders such as system, or desktop, or my document.s



  • How can I find out the windows system directory?