Opens the file, fetches the description, closes the file and returns the description.

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

Syntax

public static TeaFileDescription GetDescription(
	string fileName
)

Parameters

fileName
Type: System..::..String

[Missing <param name="fileName"/> documentation for "M:TeaTime.TeaFile.GetDescription(System.String)"]

Return Value

[Missing <returns> documentation for "M:TeaTime.TeaFile.GetDescription(System.String)"]

Remarks

The file must be readable, so if it is open by some other process, it must have shareable read state.

See Also