Not sure about this and wildcards:
Syntax
FindFile(<filename>)
Parameters
<filename>
The relative file path.
Returns
If the file is found, the absolute path to the file.
If the file is not found, an empty string.
Description
Call FindFile to resolve a relative file name by searching for the file through the existing search path.
You can call FindFile at factory time, view time, or both. If you call FindFile at factory time, Actuate searches for the specified file only at run time. In this case, Actuate searches the following:
If the referring .rod file is open, the design search path.
For information about the design search path, see Chapter 5, “Customizing the design environment,” in Developing Advanced e.Reports.
The search path specified in the ExtendSearchPath function when ExtendSearchPath is called at factory time.
Global search path.
For information about the global search path, see Chapter 5, “Customizing the design environment,” in Developing Advanced e.Reports.
Configuration file search path.
For information about the configuration file search path, see Appendix A, “Using a configuration file,” in Developing Advanced e.Reports.
If you call FindFile at view time, Actuate searches for the specified file only at view time. In this case, Actuate searches the following:
The search path specified in the ExtendSearchPath function when ExtendSearchPath is called at view time.
Global search path.
For information about the global search path, see Chapter 5, “Customizing the design environment,” in Developing Advanced e.Reports.
Configuration file search path.
For information about the configuration file search path, see Appendix A, “Using a configuration file,” in Developing Advanced e.Reports.