Not implemented

Namespace: EAL.Interfaces.System
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
string GetSpecialPath(
	SpecialPath pathIdentifier
)
Visual Basic
Function GetSpecialPath ( 
	pathIdentifier As SpecialPath
) As String
Visual C++
String^ GetSpecialPath(
	SpecialPath pathIdentifier
)

Parameters

pathIdentifier
Type: EAL.Enums..::..SpecialPath
identifier

Return Value

Type: String
Spreal path

See Also