fgl_report_setOutputFileName

Configure the file location of device output.

Syntax

fgl_report_setOutputFileName(
   fileName STRING )
  1. fileName - Pathname of the file. The name may contain a device-specific suffix. If no suffix is specified then a device-specific suffix is appended.

Usage

Function to configure the file location of device output.

This function is applicable when file output has been selected by a call to fgl_report_selectPreview.

See Usage.