Somebody know if there is a way to get via the geturl the date & time of a file'?
Code: Select all
set newsfile [::http::geturl http://xxx.xxx.xxx/xxx.xxx]
upvar #0 $newsfile state
array set meta $state(meta)
#just for testing :)
putquick "PRIVMSG $nick :Last Modified : $meta(Last-Modified)"
putquick "PRIVMSG $nick :File date : $meta(Date)"