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
|
modified
|
A file or directory was modified
|
removed
|
A file or directory was deleted |
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.