Main Content

slreportgen.report.CCaller.getClassFolder

Class: slreportgen.report.CCaller
Namespace: slreportgen.report

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

Since R2022a

Syntax

path = slreportgen.report.CCaller.getClassFolder

Description

path = slreportgen.report.CCaller.getClassFolder returns the path of the folder that contains the slreportgen.report.CCaller 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 slreportgen.report.CCaller class definition file.

path = slreportgen.report.CCaller.getClassFolder();

This function returns the path as a character vector.

Version History

Introduced in R2022a