Hello
I need to run an external application, that is why I have been using the GetEnv () and / or GteE () function to retrieve the environment variable "ProgramFiles", check if it is installed and show the corresponding warning if it is not.
Well, this application can now be 32 or 64 bits, and when consulting GetEnv ('ProgramFiles') it always returns "C: \ Program Files (x86)" and it does the same when consulting GetEnv ('ProgramFiles (x86)' ) on Windows 10 64-bit machines.
It's easy to remove "(x86)" from the value returned by GetEnv ('ProgramFiles'), but I think something should be corrected there.
Best regards.