Click or drag to resize

DfsFileFactoryDfsGenericOpenAppend Method (String)

Open a dfs file for appending, using the generic dfs class.

Only use this in case one of the specialized dfs file classes can not handle the file

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static IDfsFile DfsGenericOpenAppend(
	string filename
)

Parameters

filename
Type: SystemString

Return Value

Type: IDfsFile
See Also