on Sat, 01 Jan 2005 J. Landman Gay wrote: > > Hello Revolution Wizards, > > > > I was wondering if there's some way to retrieve > >the "Created" or "Modified" dates from a file. I'm > >using Windows XP. I have a feeling this data isn't > >stored in the file itself, but then where could it be?
> Yup. See the "files" function in the dictionary, > particularly "the > detailed files" option. That gives this info. and the "convert" function that is able to show the seconds of the creation and modification time in a specific date: Put this code in a button: on mouseup put "788937408" into zdf convert zdf to long date answer zdf end mouseup The result is: Sunday, January 1, 1995 al ===== Visit my site: http://www.geocities.com/capellan2000/ __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
