vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct FileChange

Describes a single change in a watched directory.

struct FileChange ;

Fields

NameTypeDescription
baseDirectory stringThe root directory of the watcher
directory stringSubdirectory containing the changed file
kind FileChangeKindThe type of change
name const(char)[]Name of the changed file
Authors
Copyright
License