Get / Set the data directory to a path.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Property Path ( _
	Index As Integer _
) As String
	Get
	Set

Parameters

Index
Type: System..::..Int32
Directory index

Examples

This example shows you how to GET the data directory: szString = Path(Integer) // This example shows you how to SET the data directory to a path: Path(Index) = szString

See Also