You are here: Start » AVL.NET » FileAccessMode Enumeration
FileAccessMode Enumeration
Possible ways of accessing files.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| 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. |
