FileWatcher

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

EventDelegate
alias EventDelegate = void delegate(string path, const ref WatchedFileInfo info)
Undocumented in source.

Functions

removeFileFromWatch
bool removeFileFromWatch(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
removeFileFromWatch
bool removeFileFromWatch(string path, EventDelegate del)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
watchFile
bool watchFile(const(char)[] path, EventDelegate del)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

instance
FileWatcher instance;
Undocumented in source.

Structs

WatchedFileInfo
struct WatchedFileInfo
Undocumented in source.

Variables

watchedFiles
HashMap!(Vector!(char), WatchedFileInfo) watchedFiles;
Undocumented in source.

Meta