Forum Discussion

georgereynolds's avatar
georgereynolds
Occasional Contributor
8 years ago
Solved

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 ...
  • georgereynolds's avatar
    georgereynolds
    8 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!