Open a TeaFile for reading (untyped).

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public static TeaFile OpenRead(
	string path
)

Parameters

path
Type: System..::..String
The path of the file.

Return Value

An instance of TeaFile.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionpath is null.

See Also