bdeGetModelFilePath

Takes model and returns the model's file path.

Syntax

filepath = bdeGetModelFilePath(model)

Inputs

model
Model used to find filepath.
Type: diagram

Outputs

filepath
Filepath of the given model.
Type: string

Examples

Get a model's file path:
model = bdeGetCurrentModel()
			filepath = bdeGetModelFilePath(model)
filepath = C:\TestFolder\test.scm