getFolder

getFolder(): String;

The getFolder method of the JadeReportWriterReport class returns a string containing the path to the folder in which the report is saved.

The folder path is built from the folder names at each level in the hierarchy, separated by a forward slash character (/). For example, a folder named Common within a folder named Payroll within the root report folder named Reports would be returned as the "Reports/Payroll/Common" folder path.

See also the JadeReportWriterManager class getAllReportNames method.