Not implemented

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

Syntax

C#
SpecialPathInfo GetSpecialPathInfo(
	SpecialPath path
)
Visual Basic
Function GetSpecialPathInfo ( 
	path As SpecialPath
) As SpecialPathInfo
Visual C++
SpecialPathInfo GetSpecialPathInfo(
	SpecialPath path
)

Parameters

path
Type: EAL.Enums..::..SpecialPath
Path

Return Value

Type: SpecialPathInfo
Special path

See Also