| getWritableFileMode Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Mode of getWritableFile extension
Namespace:
imbSCI.Data.enums
Assembly:
imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax Members
| Member name | Value | Description |
---|
| none | 0 |
The none - the function is disabled
|
| unknown | 1 |
The unknown - it will not affect any existing preference
|
| newOrExisting | 2 |
It will create new file if no existing detected, or get existing
|
| existing | 3 |
It will not create new file if no existing detected
|
| overwrite | 4 |
It will delete any existing file and provide newly created
|
| autoRenameThis | 5 |
It will automatically modify path with _Counter sufix so the new file has unique filename
|
| autoRenameExistingOnOtherDate | 6 |
The automatic rename the existing file if it was created on another date
|
| autoRenameExistingToOld | 7 |
It will rename any existing file with sufix _old
|
| autoRenameExistingToBack | 8 |
It will rename any existing file with sufix _backup
|
| appendFile | 9 |
It will just append existing file - partial implementation
|
| autoRenameExistingToNextPage | 10 | |
| autoRenameExistingToOldOnce | 11 |
It will allow just one backup of an existing file by adding just "_old" sufix, without making new filename unique
|
See Also