bdeGetModelFilePath
Takes model and returns the model's file path.
Syntax
filepath = bdeGetModelFilePath(model)
Inputs
- model
 - Model used to find filepath.
 
Outputs
- filepath
 - Filepath of the given model.
 
Examples
model = bdeGetCurrentModel()
			filepath = bdeGetModelFilePath(model)
      filepath = C:\TestFolder\test.scm