FileChange

Describes a single change in a watched directory.

Members

Variables

baseDirectory
string baseDirectory;

The root directory of the watcher

directory
string directory;

Subdirectory containing the changed file

kind
FileChangeKind kind;

The type of change

name
const(char)[] name;

Name of the changed file

Meta