EscapeE

File prefix

File prefix

Previous topic Next topic No expanding text in this topic  

File prefix

Previous topic Next topic JavaScript is required for expanding text  

This sets up the way that resource files associated with an HTML document are named.

Example 1

To export an HTML document named "Garden" requiring one PNG image file. Set file prefix to:

*

An associated file is created, named "Garden1.PNG".

NB: Leaving the file prefix blank produces the same result as Example 1.

Example 2

To export an HTML document named "Garden" requiring two PNG image files. Set file prefix to:

My*

Two associated files are created, named "MyGarden1.PNG" and "MyGarden2.PNG".

Example 3

To export an HTML document named "Garden" requiring two PNG image files. Set file prefix to:

Plot

Two associated files are created, named "Plot1.PNG" and "Plot2.PNG".