Click or drag to resize

PrsReader(String, Boolean) Constructor

Creates a new instance of the PrsReader class.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public PrsReader(
	string filePath,
	bool forceCreation
)

Parameters

filePath  String
The file path.
forceCreation  Boolean
If true creates the file in case it does not already exist.
See Also