DirectoryEntryChangeType Enum

Definition

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

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.

None 0

No change occurred.

Applies to