Main Content

slreportgen.report.CCaller.getClassFolder

Class: slreportgen.report.CCaller
Package: 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.

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.

Output Arguments

expand all

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

Version History

Introduced in R2022a