marinb
9 years agoContributor
We use an environment variable in our log path
\\NetworkPath\TestCompleteLogs\%COMPUTERNAME%
This ensures that we have a centralized network dir. Maybe this is something you can use? You can set environment variables during runtime, which will automatically change the log directory.
On the other hand, I think that TestComplete should also enable to set the log dir via Options.LogPath or something.