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         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to