EntropyEngine::Core::IO::FileWatchInfo
EntropyEngine::Core::IO::FileWatchInfo
Section titled “EntropyEngine::Core::IO::FileWatchInfo”Information about a file system event.
#include <FileWatch.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| 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. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable timestamp
Section titled “variable timestamp”std::chrono::system_clock::time_point timestamp;When the event occurred.
variable path
Section titled “variable path”std::string path;Path of the file/directory that changed.
variable oldPath
Section titled “variable oldPath”std::optional< std::string > oldPath;Previous path (for Renamed events).
variable event
Section titled “variable event”FileWatchEvent event;Type of event that occurred.
Updated on 2026-01-26 at 17:14:35 -0500