DirectoryEntryChangeType Enum

Definition

Identifies the type of change that happened to a file or directory.

C++
public enum class 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.

Applies to

Produkt Versioner
Visual Studio SDK 2019, 2022