Main Content

slreportgen.report.SystemIO.getClassFolder

Class: slreportgen.report.SystemIO
Namespace: slreportgen.report

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

Since R2020a

Syntax

path = slreportgen.report.SystemIO.getClassFolder

Description

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

Output Arguments

expand all

Class definition file location, returned as a character vector.

Attributes

Statictrue

To learn about attributes of methods, see Method Attributes.

Examples

expand all

Get the location of the folder that contains the system input and output reporter class definition.

path = slreportgen.report.SystemIO.getClassFolder()

Version History

Introduced in R2020a