Hi,
Looking for a way to get LoadRunner results directory path in Vugen script while running.
Thanks
Yariv
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hi,
Looking for a way to get LoadRunner results directory path in Vugen script while running.
Thanks
Yariv
yariv , There is no official method. You might explore the <LG-Install-Path>\Temp\brr_* directory. The most recent one.
Your script has as current directory the script-dir itself. This is down the path that I mentioned. So you could traverse up the path to find the files you are looking for. But this is 'internal' structure and might change from version to version. You need to explore (reverse engineer) the details yourself.
Note that some logging is in pure binary format as well. All data is collected at the Controller and put together in a RawResult directory.
Could you explain what you want to achieve, there might be more solutions to your problem
Reward contributions via likes or 'verified answers'