Click or drag to resize

PfsHelperPfsWrite Method

Write the contents of a parameter file object using the parameter file syntax

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void PfsWrite(
	IntPtr pfsRoot,
	string filename
)

Parameters

pfsRoot
Type: SystemIntPtr
A PfsFile handle
filename
Type: SystemString
File Name
Remarks
This function is used to write any parameter file object, ie those created by pfsCreate, and those created by loading an existing file using pfsLoadFile. Files written by pfsWrite may be read by pfsLoadFile.
See Also