vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum OpenStatus

enum OpenStatus : int { ... }

Enum members

NameDescription
alreadyExists The file already exists and FileOpenMode.create 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
Authors
Copyright
License