bdeGetModelTempDir

Gets the pathname of the temporary directory of the given model.

Syntax

pathname = bdeGetModelTempDir(model)

Inputs

model
Model used to find temporary directory.
Type: diagram

Outputs

pathname
Temporary Directory pathname of the given model.
Type: string

Examples

Get the temporary directory of the model:
currModel = bdeGetCurrentModel();
	  pathname = bdeGetModelTempDir(currModel)
pathname = C:\Users\username\AppData\Local\Temp/Tempdir