carb::filesystem::ChangeAction

Defined in carb/filesystem/IFileSystem.h

enum class carb::filesystem::ChangeAction

Defines change action that is reported to callback function.

Values:

enumerator eCreated

Reported when a file is created.

enumerator eModified

Reported when a file is modified.

enumerator eDeleted

Reported when a file is deleted.

enumerator eRenamed

Generally reported when a file is renamed. However, due to OS limitations in how events are delivered, a rename may come through on rare occasion as separate eCreated and eDeleted events. These are supported on Windows and Linux but not Mac OS.