DirectoryChange

Describes a single change in a watched directory.

@safe
struct DirectoryChange {}

Members

Variables

path
NativePath path;

Path of the file/directory that was changed

type
DirectoryChangeType type;

The type of change

Meta