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

Parameters

filePath  String
The path to the file.

Return Value

PQDSFile
New PQDSFile using file contents

See Also