Struct CFileSystemWatcher::TFileSystemChange
Defined in File CFileSystemWatcher.h
Nested Relationships
This struct is a nested type of Class CFileSystemWatcher.
Struct Documentation
-
struct TFileSystemChange
Each of the changes detected by mrpt::system::CFileSystemWatcher
Public Functions
-
TFileSystemChange() = default
Public Members
-
std::string path = {}
Complete path of the file/directory that has changed.
-
bool isDir = {false}
Whether the event happened to a file or a directory.
-
bool eventModified = {false}
-
bool eventCloseWrite = {false}
-
bool eventDeleted = {false}
-
bool eventMovedTo = {false}
-
bool eventMovedFrom = {false}
-
bool eventCreated = {false}
-
bool eventAccessed = {false}
-
TFileSystemChange() = default