File name or absolute path changes
The HTML file wrapper class, AbtHtmlFileWrapper, first tries to open the HTML file name as specified. If the file open fails, AbtHtmlFileWrapper then tries to open the file using the DefaultFilePath as the prefix for the file.
Use the DefaultFilePath in the application's .ini file to specify the file directory for HTML file names stored in a common directory. Be sure to uncheck the Save path setting in the HTML File Wrapper Generator window in order to save the HTML file name without any path information. For example:
[Html File Wrappers]
DefaultFilePath=c:\workspce\webconn\v6\filewrapper
You can also specify the source file name in the application's .ini file. The name of the .ini variable is equal to the class name plus the suffix FileName. To specify the HTML file name for the HelloFileWrapper class, change the HelloFileWrapperFileName value as follows:
Html File Wrappers]
HelloFileWrapperFileName=c:\workspce\webconn\v6\filewrapper\hellochange.htm
Last modified date: 01/29/2015