PDA

View Full Version : File Observer in qt



succorguy
17th April 2009, 15:04
Hi,

I need to implement to a file observer in Qt which notifies me everytime a particular file gets modified. What is the best way of going about this in Qt ?


Thanks

jpn
17th April 2009, 15:21
See QFileSystemWatcher.