PDA

View Full Version : Folder date/timestamp


Martin46766474
04-23-2003, 06:59 PM
Is it possible to read the date/timestamp of a folder on c: ? I want to know when a particular folder was created (preferrably in a JS variable) but I don't know if it can be done.

Maybe another way if not JS?

liorean
04-23-2003, 07:03 PM
For security reasons, that is a no-can-do. Not with JavaScript, Java, or ActiveX at least. Possibly you could do it through security holes in Java, ActiveX or plugins, but generally it's a no-can-do.

Martin46766474
04-24-2003, 06:14 PM
OK, thanks.