Engine.DisplayEditPathsInFilesDialog ( dlgTitle, dlgOptions = 0, [initialFile])
True if you modify one or more files from the dialog box.
Launches a dialog box in which you can edit the properties stored in TestStand files that contain pathnames.
This method first displays a dialog box that allows you to select which files to edit. After you select those files, this method displays a dialog box that shows all the path properties within those files. You can use this dialog box to change the paths stored in any TestStand file, including sequence files, workspace files, project files, engine configuration files, the station globals file, and the user file.
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
dlgOptions As long
[In] Pass any combination of the EditPathsDialogOptions constants.
This parameter has a default value of 0.
initialFile As Variant
[In] [Optional] An optional PropertyObjectFile object that the dialog box initially selects in the list control.