Gets the path of the currently loaded display (minus the file name).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string GetSourcePath()
Visual Basic
Public Function GetSourcePath As String
JScript
public function GetSourcePath() : String

Return Value

The path of the currently loaded display as a string.

See Also