Main Content

mlreportgen.report.TextFile.getClassFolder

Class: mlreportgen.report.TextFile
Namespace: mlreportgen.report

Get location of folder that contains the mlreportgen.report.TextFile class definition file

Since R2023a

Syntax

path = mlreportgen.report.TextFile.getClassFolder

Description

path = mlreportgen.report.TextFile.getClassFolder returns the path of the folder that contains the mlreportgen.report.TextFile 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

Get Text File Reporter Class Folder

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

path = slreportgen.report.TextFile.getClassFolder()

Version History

Introduced in R2023a