Main Content

slreportgen.report.DataDictionary.getClassFolder

Class: slreportgen.report.DataDictionary
Namespace: slreportgen.report

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

Since R2020b

Syntax

path = slreportgen.report.DataDictionary.getClassFolder

Description

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

Output Arguments

expand all

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

Examples

expand all

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

path = slreportgen.report.DataDictionary.getClassFolder()

Version History

Introduced in R2020b