System32 Path

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mansi sharma
    New Member
    • Mar 2008
    • 22

    System32 Path

    hey frnds, I know the foll one line code which is shown below--
    that returns the System32 Path .

    ?environment.Ge tFolderPath (Environment.Sp ecialFolder.Sys tem )
    "D:\WINDOWS\sys tem32"

    But i want the Function that Returns the above code.

    Did Somebody knows that??????
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Couldn't you just look at the environment variables to find the %windir% and then add /System32/
    ?

    Comment

    Working...