Main Content

slreportgen.report.CFunction.getClassFolder

Class: slreportgen.report.CFunction
Namespace: slreportgen.report

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

Since R2021b

Syntax

path = slreportgen.report.CFunction.getClassFolder

Description

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

Output Arguments

expand all

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

Examples

expand all

Get the location of the folder that contains the CFunction reporter class definition file.

path = slreportgen.report.CFunction.getClassFolder()

Version History

Introduced in R2021b