Struct FileChange
Describes a single change in a watched directory.
struct FileChange
;
Fields
Name | Type | Description |
---|---|---|
baseDirectory
|
string | The root directory of the watcher |
directory
|
string | Subdirectory containing the changed file |
kind
|
FileChangeKind | The type of change |
name
|
const(char)[] | Name of the changed file |