Forum Discussion

daks's avatar
daks
New Contributor
4 years ago
Solved

How to check if file exists in system32 folder on 64bit Windows

Hi   When I want to check if file exits on system32 folder in 64bit Windows, TestComplete always returns false even if file does exist. When printer driver is installed, some driver files are copi...
  • daks's avatar
    4 years ago

    Found a solution.

    aqFileSystem.Exists("c:\Windows\System32\PROUnstl.exe") returns false in 64bit Windows.

    aqFileSystem.Exists("c:\Windows\Sysnative\PROUnstl.exe") returns true in 64bit Windows.