I’m having an odd issue with expand x64 environment string
. The expected output is C:\Program Files
. This is on a Windows 10 64bit system.
In the fixlet debugger version 9.2.3.68 :
Q: (version of client as string; expand x64 environment string of it; expand x32 environment string of it; expand environment string of it) of "%25ProgramFiles%25"
A: 9.2.3.68
A: %25ProgramFiles%25
A: C:\Program Files (x86)
A: C:\Program Files (x86)
T: 0.219 ms
I: plural string
Client version 9.5.0.311 :
Q: (version of client as string; expand x64 environment string of it; expand x32 environment string of it; expand environment string of it) of "%25ProgramFiles%25"
A: 9.5.0.311
A: %25ProgramFiles%25C:\Program Files
A: C:\Program Files (x86)
A: C:\Program Files (x86)
T: 0.228 ms
CC: @AlanM
Related:
- https://developer.bigfix.com/relevance/reference/string.html#expand-x64-environment-string-of-string-string
- https://developer.bigfix.com/relevance/reference/string.html#expand-x32-environment-string-of-string-string
- https://developer.bigfix.com/relevance/reference/string.html#expand-environment-string-of-string-string
- https://www.bigfix.me/relevance/details/2998696
- https://www.bigfix.me/relevance/details/2998693