How to define dynamicaly the Stores\Files folder
Hi,
I have a brand new configuration that works pretty well :
- testcomplete on my machine (1)
- two hyperv windows on this physical machine (2)
- and the old VM that runs the night. (3)
the elements 1 and 3 never works simultaneously, so they use the same project suite folder.
the two hyperV are used to run simultaneously with the machine 1, so I make copies of the whole project (except useless files) everytime I launch a test run.
the problem is that when I use this :
Files.FileNameByName('exampletextfile.txt');
it gives the location of the copied project.
I need to put another location (the genuine one, before copy).
could I define somewhere in the copied project the location of the original Files folder ?
(because I use a lot batchs that are executed from plenty of locations)
Thank you,
Mehdi