When we run Sys_GetEnv("PROGRAMFILES") on SilkTest 15.5 ,it is returning C:\Program Files (x86)
where as the same function when i tried to execute on 19.5 ,it is returning C:\Program Files
Why is it so?
Our application is a 32 bit application and it is under C:\Program Files (x86) and we are using this function to get the path of few files
Please help