Skip to content

EntropyEngine::Core::IO::FileWatchInfo

Information about a file system event.

#include <FileWatch.h>

Name
std::chrono::system_clock::time_pointtimestamp
When the event occurred.
std::stringpath
Path of the file/directory that changed.
std::optional< std::string >oldPath
Previous path (for Renamed events).
FileWatchEventevent
Type of event that occurred.
std::chrono::system_clock::time_point timestamp;

When the event occurred.

std::string path;

Path of the file/directory that changed.

std::optional< std::string > oldPath;

Previous path (for Renamed events).

FileWatchEvent event;

Type of event that occurred.


Updated on 2026-01-26 at 17:14:35 -0500