Main Content

slreportgen.report.ScopeSnapshot.getClassFolder

Class: slreportgen.report.ScopeSnapshot
Namespace: slreportgen.report

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

Since R2024b

Syntax

path = slreportgen.report.ScopeSnapshot.getClassFolder

Description

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

path = slreportgen.report.ScopeSnapshot.getClassFolder;

Version History

Introduced in R2024b