Click or drag to resize
PFSDllWrapperpfsWrite 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: 16.0.0.0 (11.1.1.1111)
Syntax
public static void pfsWrite(
	IntPtr handle,
	string fileName
)

Parameters

handle
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