Enum OpenStatus
enum OpenStatus
: int { ... }
Enum members
Name | Description |
---|---|
alreadyExists
|
The file already exists and FileOpenMode was specified
|
failed
|
Unknown error |
notAccessible
|
The file was not accessible |
notFound
|
The file was not found |
ok
|
The file was opened successfully |
sharingViolation
|
The file is already opened by another application |