Contents

es_event_create_t

A type for an event that indicates the creation of a file.

Declaration

struct es_event_create_t

Overview

If the file doesn’t exist — either because it’s awaiting authorization or a client denied authorization — this type contains the parent directory and file name of the proposed file. If the file does exist, as is the case with notifications of successful file creation, this type contains the full path of the created file. Use the destination_type member to determine which case this event represents, and then access the destination union accordingly.

Topics

Inspecting Event Properties

Initializers

Instance Properties

See Also

File-System Event Types