Title: Re: "Score data" folder?
On 10/3/06 11:29 AM, Laura deftly typed out:

> I will send it now. Thanks!

Well, here it is, but it doesn't reveal much:

<http://homepage.mac.com/remo/laura_screenshot.png>

Laura, if you Get Info on the file and look at the "Name & Extension" section, what is listed? Also what are the type and creator codes for the file? You can copy and paste the following and save as an application to create a droplet that will provide you with the type and creator codes:

on open listOfFiles
   repeat with i in listOfFiles
       tell application "Finder"
            set creatorCode to creator type of i
           set typeCode to file type of i
           display dialog "The file's creator code is " & creatorCode & " and the file's type code is " & typeCode
       end tell
   end repeat
end
open

-Remo Del Bello

--
010010010010000001110011011001010110010100100000011001000111010101101101
0110001000100000011100000110010101101111011100000110110001100101

Reply via email to