Re: Get size of folder
Re: Get size of folder
- Subject: Re: Get size of folder
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 19 Aug 2009 09:59:31 +0200
Le 19 août 2009 à 09:52, Charles Srstka a écrit :
On Aug 18, 2009, at 11:17 PM, PCWiz wrote:
Hi,
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?
Just iterate through the folder's contents, adding up the sizes of
all the files contained therein, and you'll have the size of the
folder.
Charles
I think you have to add data and resource sizes to match the Finder
behavior (which are two distinct field in the catalog info).
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden