Get directory stats when a file has been modified?
I am currently trying to poll for changes in a directory, only by looking at the directory status (modification time). I have many files in many directories and I need to know what file has been changed and in what directory, without scanning all the directories.
Is there anything in the directory file descriptor that encompasses this situation.
regards
emb.
|