PQDSFileRead Method

Reads PQDS file from file path and returns PQDSFile object.

Definition

Namespace: Gemstone.PQDS
Assembly: Gemstone.PQDS (in Gemstone.PQDS.dll) Version: 1.0.136 -- Release Build+2cc503f03b6f2d53e55b130693ffb9f39f6dc4c6
public static PQDSFile Read(
	string filePath
)

Parameters

filePath  String
The path to the file.

Return Value

PQDSFile
New PQDSFile using file contents

See Also