Hi,

I'm getting a list of subdirectories and files of a super-directory. I'm then checking for when one of the sub-directories was last modified.

My .lastModified() call to the QFileInfo runs but only gives me the correct information when its a file. When its a directory I get the creation date. If I check the properties of the directory in finder (I'm on Mac OS X) the directory is shown correctly to have been modified if, say a file is moved into it.

How do I get the last modified time for a directory?

Thanks!
-Kaushik