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.147 -- Release Build+6fc3dac6e261304cdd25542838a62731a4d2e600
public static PQDSFile Read(
	string filePath
)

Parameters

filePath  String
The path to the file.

Return Value

PQDSFile
New PQDSFile using file contents

See Also