Re: Calculating file size
Re: Calculating file size
- Subject: Re: Calculating file size
- From: Laurent Cerveau <email@hidden>
- Date: Sun, 27 Apr 2008 15:02:06 +0200
On Apr 27, 2008, at 6:33 AM, Jens Alfke wrote:
On 26 Apr '08, at 6:50 PM, Cocoa Dev wrote:
I was wondering what was the best way to calucate folder size with
cocoa? I
was able to do this but it does not include resource forks:
I think you'll need to drop down to a lower-level API to get the
resource fork size; probably one of the "*CatInfo*" calls in
<Files.h>. I can't really give specific advice because I haven't
used those much since OS 9, and they've changed a lot since.
FSGetCatalogInfo with
kFSCatInfoDataSizes = 0x00004000, /* Data fork logical and
physical size */
kFSCatInfoRsrcSizes = 0x00008000, /* Resource fork logical
and physical size */
HTH
laurent
_______________________________________________
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