Definition applicationuserdirectory.h:27
 
WatcherFlags
Flags to describe properties of a file system object that can change.
Definition watcherflags.h:34
 
@ DirectoryName
The name of a directory in the file system object has changed.
Definition watcherflags.h:36
 
@ LastWrite
The last write time of an item in the file system object has changed.
Definition watcherflags.h:39
 
@ FileName
The name of a file in the file system object has changed.
Definition watcherflags.h:35
 
@ Attributes
The attributes of an item in the file system object have changed.
Definition watcherflags.h:37
 
@ LastAccess
The last access time of an item in the file system object has changed.
Definition watcherflags.h:40
 
@ Size
The size of an item in the file system object has changed.
Definition watcherflags.h:38