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

Parameters

filePath  String
The path to the file.

Return Value

PQDSFile
New PQDSFile using file contents

See Also