FindFilePromptOptions

Use these constants to specify the promptOption parameter of the Engine.FindFileEx method.

The promptOption parameter specifies whether to prompt the user for a file location when TestStand cannot find the file in the search directory paths .

  • FindFile_PromptDisable –(Value: 3) Do not prompt the user to locate the file.
  • FindFile_PromptEnable –(Value: 2) Prompt the user to locate the file.
  • FindFile_PromptHonorUserPreference –(Value: 1) Prompt the user to locate the file if the Prompt to Find Files option on the Preferences tab of the Station Options dialog box is enabled.

See Also

Engine.FindFileEx

Preferences tab

Station Options dialog box

StationOptions.PromptToFindFiles