Opens a TeFile in write mode.

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

Syntax

public static TeaFile<T> OpenWrite(
	string path,
	ItemDescriptionElements elementsToValidate
)

Parameters

path
Type: System..::..String
The path of the file.
elementsToValidate
Type: TeaTime..::..ItemDescriptionElements
Elements of the ItemDescription to be checked. ItemDescriptionElements for details.

Return Value

A TeaFile in write mode.

Remarks

OpenRead(String, ItemDescriptionElements) about the elementsToValidate parameter.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionPath is null.

See Also