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

Parameters

filePath  String
The path to the file.

Return Value

PQDSFile
New PQDSFile using file contents

See Also