Error in docs about "file creation date"
J. Landman Gay
jacque at hyperactivesw.com
Mon May 21 12:46:49 EDT 2007
Mark Smith wrote:
> Ran the script here, on Mac 10.4.9, Rev 2.8.1 - all detailed files info
> matched the finder....
Thanks for checking, Mark. It's puzzling why we're getting different
results than Wilhelm. Any XP users who feel like running the script?
Here it is again:
on mouseUp
answer folder "Choose a folder:"
set the directory to it
put the detailed files into fld 1
repeat with x = 1 to the number of lines in in fld 1
get item 4 of line x of fld 1
convert it to short date and time
put it into item 4 of line x of fld 1
get item 5 of line x of fld 1
convert it to short date and time
put it into item 5 of line x of fld 1
end repeat
end mouseUp
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list