axlGetLocalResultsDir
axlGetLocalResultsDir(x_historyHandle) =>t_dirPath/ nil
Description
Returns the local results directory associated with a run on a remote machine.
Arguments
Value Returned
|
Path to the local results directory associated with a run on a remote machine. |
||
Examples
Returns the path to the local results directory associated with the specified run.
session = axlGetWindowSession()
"session1"
sdb = (axlGetMainSetupDB session)
1675
h = axlGetHistoryEntry(sdb "Interactive.0")
1712
axlGetLocalResultsDir(h)
=> "/tmp/machineName_userName_134646275"
Return to top