| Linderdaum Engine: clFileWatchHandle Class Reference | ![]() |
Object containing information about File watch process. More...
#include <FileSystem.h>
Public Member Functions | |
| clFileWatchHandle () | |
| virtual | ~clFileWatchHandle () |
Public Attributes | |
| LString | FFileName |
| iObject * | FHandler |
| Actual EVENT_CHANGED handler. | |
| int | FHandleIndex |
| Index. | |
| bool | FTryLoopRunning |
| Is the OpenTry loop is already running (prevent multiple change events) | |
Object containing information about File watch process.
Contains file name being watched, optional callback routine and associated internal OS handles. On Win32 we do not use ReadDirectoryChanges API, so we manually check each file.
| clFileWatchHandle::clFileWatchHandle | ( | ) |
| virtual clFileWatchHandle::~clFileWatchHandle | ( | ) | [inline, virtual] |
| LString clFileWatchHandle::FFileName |
Actual EVENT_CHANGED handler.
Is the OpenTry loop is already running (prevent multiple change events)