At 21:54 -0700 18/08/09, [email protected] wrote:
>From: PCWiz <[email protected]>
>Date: Tue, 18 Aug 2009 21:17:30 -0700
>Message-ID: <[email protected]>
>
>I need a good method to find the size of a file or folder exactly as displayed 
>in Finder. I've tried every method I could find on the internet, from using 
>the du shell utility with NSTask to using the Carbon file manager. I need 
>something that will work under heavy load (processing hundreds or thousands of 
>files). The methods I've tried, some of them work but fail under load. Others 
>just don't return a accurate file size, or they work for some files/folders 
>and mess up on others. What's the easiest way to go about doing this?

Somewhat belatedly, you may want to try out the FolderSweep code at:
http://www.brockerhoff.net/src/index.html
or at:
http://mattgemmell.com/2008/04/10/foldersweep-source-code

You can directly get the data and resource fork sizes for every scanned file.
-- 
Rainer Brockerhoff  <[email protected]>
Belo Horizonte, Brazil
"In the affairs of others even fools are wise
 In their own business even sages err."
Weblog: http://www.brockerhoff.net/bb/viewtopic.php
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to