#include <FileWatch.h>
Inheritance diagram for OW32::CFileWatch:

Public Member Functions | |
| CFileWatch (LPCWSTR fileName, CFileWatchCallback *pCallback) | |
| Construct a file watch on the given file. | |
| virtual | ~CFileWatch () |
| D'tor notifying the callback of deletion. | |
| const ci_wstring & | getFileName () const |
| Return the file being watched. | |
| CFileWatchCallback * | getCallback () const |
| Return the callback object. | |
In order to use it, construct a file watch object with the appropriate arguments, and then pass this on to the single, global CFileWatcher object.
|
||||||||||||
|
Construct a file watch on the given file.
|
1.3.9.1