I need to observate changes in a directory and have written a class "Monitor" for this purpose which uses gamin/fam to track the occuring changes. I am interested in what files have been added/removed to/from the directory. Using FAMEvent (fam) this is not that hard to find out. You just query the FAMEvent object for its code (event type) and filename attribute and get the necessary information you need. Now that Qt-4.1.2 has a file- and directory monitoring class, I tried to use that instead of my own dirty implementation. But it seems, like all it does is telling you that some changes to the directory have occured at all but not what changes (a file being added or removed ...) have taken places in particular. Are these features yet to be implemented or did I overlook something?

Thanx in advance
momesana