Pascal Scripting: DownloadTemporaryFileDate

Prototype:

function DownloadTemporaryFileDate(const Url): String;

Description:

Returns the last modified date of the file from the specified URL, without downloading the file. If the server does not provide the last modified file date, '' will be returned.

An exception will be raised if there was an error.

See DownloadTemporaryFile for other considerations.