Click or drag to resize

DfsFileMode Enumeration

Mode that file was opened in.

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 enum DfsFileMode
Members
  Member nameValueDescription
Read0 File is open and in read mode.
Edit1 File is open and in edit mode. File can be edited. File pointer points initially to beginning of file data.
Append2 File is open and in append mode. File can be edited. File pointer points initially to end of file data.
Closed3 File is closed.
See Also