AddFilesFromList

Top  Previous  Next

Adds all the files that were previously saved using the SaveToDiskAndList method to the project file.

 

Syntax:

procedure AddFilesFromList;

 

Description:

When you create a HTML file, and you want to use this file in your compiled HTML file, save the file using the SaveToDiskAndList method.  When you then create the compiled HTML project file, just use this AddFilesFromList method to quickly populate the [FILES] section.

 

Example:

 

scripting_tchmprojectfile_addfilesfromlist

 

The above script will create the following compiled HTML project file.

 

scripting_tchmprojectfile_addfilesfromlist02