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.dfsuAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic static DfsuFile OpenAppend(
string fileName
)
Public Shared Function OpenAppend (
fileName As String
) As DfsuFile
public:
static DfsuFile^ OpenAppend(
String^ fileName
)
static member OpenAppend :
fileName : string -> DfsuFile
Parameters
- fileName
- Type: SystemString
Return Value
Type:
DfsuFile
See Also