Print Files








In this chapter there is a description of a block for printing files.

There are several possibility to specify what files should be printed:
- using WorkFolder and PrintFilenameMask variables; WorkFolder should contains full path to existing folder and PrintFilenameMask should contain file mask for printing;
- using FileName variable; you can specify full file names devided by ';' char;
- using both 1. and 2. methods. Firstly files specified by WorkFolder/PrintFilenameMask will be printed.
You can also use wildcard chars when specifying file names in FileName variable.