hualin
Hi,
I don’t know how to use class FileWatcher, currently, I defined an obj, and call fw_->StartWatching(programDir_ + “/Data/”, false), and then I subscribe the FileChanged event in Application, but when I changed the file contents, there is nothing happend. The file is under the Data/ directory.
Would you tell me the right way to use this class?
Thank you!
Edit:
Thank you, cadaver.
I see now.