Path
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
