Enum DirectoryChangeType
Specifies the kind of change in a watched directory.
The enum base type is
int
.
Enum members
Name | Description |
---|---|
Added | A file or directory was added |
Removed | A file or directory was deleted |
Modified | A file or directory was modified |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.