Enum OpenMode
Mode for opening a file.
[Flags]
public enum OpenMode
Fields
Append = 1Append to the end of the file.
Default = 0Default mode. Does not append or truncate.
Truncate = 2Truncate the file to zero length.
Mode for opening a file.
[Flags]
public enum OpenMode
Append = 1Append to the end of the file.
Default = 0Default mode. Does not append or truncate.
Truncate = 2Truncate the file to zero length.