11-22-2017, 08:33 PM
How do I *change the directory* which the environment variable "TestDir" is pointing to? So, if I have:
myVar = Environment("TestDir")
where myVar = "C:\Users\User\Documents\Unified Functional Testing\UFT scripts"
How do I make it point to "C:\Users\User\Documents\*"?
myVar = Environment("TestDir")
where myVar = "C:\Users\User\Documents\Unified Functional Testing\UFT scripts"
How do I make it point to "C:\Users\User\Documents\*"?