Click or drag to resize

DfsuFileOpenAppend Method

Open a dfsu file for appending/editing. File pointer is pointing to the end of the file data.

Namespace:  DHI.Generic.MikeZero.DFS.dfsu
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static DfsuFile OpenAppend(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: DfsuFile
See Also