File sizes not adding up in Snow Leopard
When you get information on a file in the Finder, you can see numerous attributes including the file size. Under some circumstances, however, the size reported in the information window of the Finder may differ from the size reported by other file-sizing utilities.
We were recently contacted by a MacFixIt reader who was trying to get the size of a selection of files via AppleScript, and in order to do so was using the OS X "System Events" to grab file sizes with AppleScript code similar to the following:
tell application "Finder" &… Read more