Insert File Reference

The insert file reference dialog allows you to select a file from your install so that the proper session variables are used when referencing it. The file being referenced can be on the archive tab, external tab or a primer file. If the target file currently doesn't exist in your project, you can immediately add it to your project from this dialog.

Archive files

A list of the files currently added to the archive tab of your project. You can select a file and click OK to insert the file's installed path reference.

External files

A list of the files currently added to the external tab of your project. You can select a file and click OK to insert the file's installed path reference into the action code window.

Primer files

A list of the files currently added as primer files in your project. You can select a file and click OK to insert the file's installed path reference into the action code window. Primer files are always installed to directory stored in %TempLaunchFolder%.

Filename filter:

The filter you want to use for the insert file reference list. You can use the * and ? wildcards in this field to only include file names that match a specific pattern. For example, to only show executables, you can specify *.exe as the filter. You can also configure multiple filters using the OR character "|". For example, to only show executables and text files, you can specify *.exe|*.txt as the filter.

Refresh

Refreshes the file reference list. This is used to refresh the file list after specifying a filename filter.

Add File...

Opens a file browse dialog where you can select a file that currently doesn't exist in your project that you want to reference. The selected file will be added to your project given its type (archive, external or primer file) and its reference will be inserted into the action code window when you click OK.