hm_aic_getprojectdirectory

Returns the project directory set by the user for classification process.

Syntax

hm_aic_getprojectdirectory

Type

HyperMesh Tcl Query Command

Description

Returns the project directory set for classification process. Classifier folder and all related files are stored in this project directory.

Examples

To get the project directory set for classification process:
set proj_dir [ hm_aic_getprojectdirectory ]

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2025