PDA

View Full Version : URL last modified



tsd-charlie
2nd October 2009, 14:04
Simple task but I cannot find a way to do it!

I need to find out the last modified date and time from a URL. I've tried using QUrlInfo but I can't code it correctly.

Anybody know a way to do this?

wysota
2nd October 2009, 15:09
Qt doesn't provide such high-level functions. You can only query for modification data of local files. For other URLs this has to be done manually through the dedicated protocol for a particular url.