Resolves a resource name as file path. Relative paths are resolved relative to this OPL model. Refer also to the Interfaces User's Manual.

Return Value

The absolute file path for the named object.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public string ResolvePath(
	string name
)

Parameters

name
Type: System..::..String
The name of the resource for which you want a file path.

See Also