I want to compare the lastDateModified of a file lying on the local client PC
with the datefield in a database containing the same filename. My problem is to
extract the local-file date so i can compare it with the database-datevalue. Do
I have to use a javacript on the local client ? Tom
robing@pmva.com - 29 Oct 2004 09:57 GMT
For security reasons, JScript can't access the client's local file system, so
you'd have to write / get some sort of custom control that would trigger a
gazillion security warnings. Sorry I can't be of more help.