WTR
2 years agoOccasional Visitor
Path
Hello, I have a problem that when I run my scripts and each script has a different save path, I set it with: sCurFold = "C:\myproject.........
Of course I change the appropriate path for sCurFold in each script.
After that I use: aqFileSystem.SetCurrentFolder(sCurFold).
Now the following problem is that the script which is executed first specifies the path and my other scripts don't change it then, but all scripts are independent of each other.
Can someone help me with this?