Any idea would be appreciated.
Is it possible to get the last modified date of a rss file without knowing its content using C#?
Collapse
This topic is closed.
X
X
-
ElliotTags: None -
siccolo
Re: Is it possible to get the last modified date of a rss filewithout knowing its content using C#?
On Feb 27, 12:19 am, "Elliot" <elliot_barc... @hotmail.co.ukw rote:if you have access to physical file, you could check file date....ifAny idea would be appreciated.
you don't, then I think you'll need to find last pubDate, i.e. you'll
need to "know its content"
... more at http://www.siccolo.com/articles.asp
Comment