georgereynolds
10 years agoOccasional Contributor
aqEnvironment.GetEnvironmentVariable fail
I have a script which uses the following line HOMEPATH = aqEnvironment.GetEnvironmentVariable("HOMEPATH") This fails the script (i.e. the files do not get deleted as they should per the ...
- 10 years ago
I've fixed this as I echoed HOMEPATH and realised it didn't include "C:\" (it was just "users\builduser\") so I added that in and it works now!