On Tuesday, March 16, 2004, at 12:48 AM, Rick Measham wrote:
I'm trying to get the size of a folder and figure Mac::Glue would be the way to go. However I'm getting back a 0:[...]
(If there's a better way to get the size of a folder, please let me know!)
You can use `du -sk $folder` to get the size in Kbytes. For the options taken, look at 'man du' in the terminal.
I'm not sure how this deals with resource forks, though.
-Ken
