Enum FileMode
Gets the file mode.
- Extension Methods
Fields
Append = 6
Appends to the end of the file.
Create = 2
Creates a new file.
CreateNew = 1
Creates the contents of the file.
Open = 3
Opens the file.
OpenOrCreate = 4
Opens or creates the file.
Truncate = 5
Truncates the file.