Hi all,<br><br>I have (2003/2008) x64 systems with 32bit python installed, and my code needs access to %SystemRoot%\system32, but the wow64 filesystem redirection thing is in my way.<br>I looked from the 
     <strong>Wow64DisableWow64FsRedirection </strong>function in the win32 extensions, but I can&#39;t find it.<br><br>So, my question is, if that function is implemented in the extensions at all? is there another way to disable the redirection in python? or do I need to write a binary module that disables/enables the redirection?<br>

<br><br>Thanks in advance,<br>Guy<br><br>