Automatically copied file extensions

In the compile options for a WebCore app there is an option "Automatically copied file extensions". I guess the build will copy any file with these extensions into the TMSWeb\debug folder (or release). Is that correct?

If so what format should it be? I have a secondary template that I want to use in certain circumstances by setting TWebForm.FormFileName, so I want to copy any *.html that is in my development directory. I have tried html and *.html but it isn't copied.

That said I haven't managed to get it to use the secondary template yet.

Thanks

This controls what files (added to the project) it will move to the output folder (in addition to the built-in types automatically handled, like .html, .jpeg, .png, ...)

1 Like

Thanks. Didn't realise it had to be added to the project.