relxGetStressFileDir
relxGetStressFileDir(o_session) =>t_stressFileDir/ nil
Description
Returns the directory of the stress file.
Arguments
|
Session object of the current session. You can also use the |
Value Returned
|
Returns |
|
Examples
In this example, the function returns the directory of the stress file.
session = asiGetCurrentSession()
relxGetStressFileDir(session)
Return to top