Main Content

slreportgen.report.Reporter.getClassFolder

Class: slreportgen.report.Reporter
Namespace: slreportgen.report

Get location of folder containing slreportgen.report.Reporter class definition file

Since R2021a

Syntax

path = slreportgen.report.Reporter.getClassFolder

Description

path = slreportgen.report.Reporter.getClassFolder returns the path of the folder that contains the slreportgen.report.Reporter class definition file.

Output Arguments

expand all

slreportgen.report.Reporter class definition file location, returned as a character vector.

Examples

expand all

Get the location of the folder that contains the slreportgen.report.Reporter class definition file.

path = slreportgen.report.Reporter.getClassFolder()

Version History

Introduced in R2021a