DirectoryEntryChangeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the type of change that happened to a file or directory.
public enum class DirectoryEntryChangeType
public enum DirectoryEntryChangeType
type DirectoryEntryChangeType =
Public Enum DirectoryEntryChangeType
- Inheritance
-
DirectoryEntryChangeType
Fields
Name | Value | Description |
---|---|---|
None | 0 | No change occurred. |
Changed | 1 | The contents or metadata of a file have changed. This change type is not used for directories. |
Created | 2 | A file or directory has been created. |
Deleted | 3 | A file or directory has been deleted. |