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.
FilePath type
• type – Specifies the type of path. The following table lists the possible values:
Value |
Description |
---|---|
relative |
Use relative paths |
absolute |
Use absolute paths |
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.