Provide a path and name for a screenshot that is taken with @ProjektTakeScreenshot
With this variable a path and name for a screenshot can be defined. This string is then
used when @ProjektTakeScreenshot is set to 1 to take the screenshot.
The value that is set to this variable always needs to contain a path that ends with a file
name. The file extension should be omitted, it is automatically created when taking the
screenshot (.png).
The string is checked as soon as @ProjektTakeScreenshot is set to 1. If the string does
not contain a valid path AND file name, the standard path and name are used to take the
screenshot.
If a screenshot with a given name already exists, a number will be appended automatically.
A valid value for this variable is e.g. "/disk/usbsda1/myPath/myFileName" (it is important
that it does not end with a /).
An invalid value is e.g. "myName" (it contains no path) or "/opt/" (it contains no name).