Not finding driver files in C:\windows\system32\drivers\ on 64 bit machines

I need to get the version of a driver file but the relevance can’t find it.
< exists file “C:\Windows\System32\drivers\e1d62x64.sys”>
returns false when I know it is there. If I list the files <names of files of folder “C:\Windows\SysWOW64\drivers”

I get a list of files in "C:\Windows\SysWOW64\drivers"

I found my answer . . .
<version of x64 file “C:\Windows\System32\drivers\e1d62x64.sys”>
without the x64 the file was a non existing object

2 Likes

This should work on both 32bit and 64bit systems:

files of folders "drivers" of (system x32 folders; system x64 folders)
1 Like