File info
Alejandro Tejada
capellan2000 at yahoo.com
Sun Jan 2 19:40:37 EST 2005
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
More information about the use-livecode
mailing list