insightsettestscenattachdir
insightsettestscenattachdir |
Purpose
Sets the path to use for the attachments directory of the current scenario
Synopsis
procedure insightsettestscenattachdir(testattachdir:text)
Argument
testattachdir
|
The path to the scenario attachments folder
|
Example
insightsettestscenattachdir('C:/dev/scenattachments')
Demonstration of setting app attachment dir
Further information
1. When you set a path using this function, it will be used instead of the
scenattach subdirectory of the folder specified by
insight_test_attach_dir parameter.
2. Calling this procedure when
insight_testmode is
false will cause the model to abort with a runtime error.
Related topics