bdeGetCurrentModelFilePath

Gets the current model's file path.

Syntax

pathname = bdeGetCurrentModelFilePath()

Outputs

pathname
Name of the file path of the current model.
Type: string

Examples

Get the pathname of the current model's file path:
pathname = bdeGetCurrentModelFilePath();
pathname = C:\TestFolder\test.scm