FilePath

Examples


The FilePath command specifies whether file paths that are stored in the macro will be absolute or relative. In most cases, relative paths should be used, because they are more likely to work when the macro is played on a different installation.

Syntax

FilePath type

Parameters

type – Specifies the type of path. The following table lists the possible values:

[spacer]

Value

Description

relative

Use relative paths

absolute

Use absolute paths


Comments

You will typically add the FilePath command to be beginning of a macro, or to the Keys.ini file. The FilePath macro command is used in conjunction with the ReportPath setting for the Dex.ini file.


Documentation Feedback