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)
Syntaxpublic static void PfsWrite(
IntPtr pfsRoot,
string filename
)
Public Shared Sub PfsWrite (
pfsRoot As IntPtr,
filename As String
)
public:
static void PfsWrite(
IntPtr pfsRoot,
String^ filename
)
static member PfsWrite :
pfsRoot : IntPtr *
filename : string -> unit
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