FileAccessMode
Description
Possible ways of accessing files.
Values of this enumeration:
- CreateOrAppend - If file does exist, content is appended at its end. If file doesn't exist, it is created.
- CreateOrErase - If file doesn't exist, it is created, otherwise, it is erased.