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...
You set sCurFold = "C:\myproject..."; you change the path of sCurFold in each script; then you use aqFileSystem.SetCurrentFolder(sCurFold). You then say that "my other scripts don't change it"!?
I don't quite understand what the issue is, as what you have explained is confusing?