Im using this code in XP 32bit os to get the %windir%\windows\system32 folder path.
sysFolderPath = Environment.GetFolderPath(Environment.SpecialFolder.System)
What i want to know is that will this same code return the %windir%\windows\syswow64
folder when used in windows7 (64/32bit)?