FROM : Ryan Britton
DATE : Tue Jul 11 20:31:54 2006
As far as I know, there is no Cocoa way to specifically check for the
presence of a resource fork. I'm not sure how quick FSIterateForks
is, but you may be able to get by using FSGetCatalogInfo() and asking
for kFSCatInfoRsrcSizes in the whichInfo field. If you're
enumerating a directory, you can also get a speed boost by using an
FSIterator and the Bulk variation of this function. A Cocoa
implementation of this latter approach can be found here
(UKDirectoryEnumerator): http://www.zathras.de/angelweb/sourcecode.htm
On Jul 11, 2006, at 10:50 AM, Scott Ellsworth wrote:
> Hi, all.
>
> I want to write a file scanner that will tell me which of my files
> have resource forks. The File Manager APIs give me FSIterateForks,
> which should work. Is this the most cocoa-friendly way to
> accomplish this task?
>
> The rsync Apple ships has a critical bug, in that it improperly
> sets the modified time to 'now' if run with extended attributes/
> resource preservation. I want a way to know which files need
> special handling.
>
> I am open to command line tools, or other APIs, if they will cause
> me less grief in the long run.
>
> Scott
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
DATE : Tue Jul 11 20:31:54 2006
As far as I know, there is no Cocoa way to specifically check for the
presence of a resource fork. I'm not sure how quick FSIterateForks
is, but you may be able to get by using FSGetCatalogInfo() and asking
for kFSCatInfoRsrcSizes in the whichInfo field. If you're
enumerating a directory, you can also get a speed boost by using an
FSIterator and the Bulk variation of this function. A Cocoa
implementation of this latter approach can be found here
(UKDirectoryEnumerator): http://www.zathras.de/angelweb/sourcecode.htm
On Jul 11, 2006, at 10:50 AM, Scott Ellsworth wrote:
> Hi, all.
>
> I want to write a file scanner that will tell me which of my files
> have resource forks. The File Manager APIs give me FSIterateForks,
> which should work. Is this the most cocoa-friendly way to
> accomplish this task?
>
> The rsync Apple ships has a critical bug, in that it improperly
> sets the modified time to 'now' if run with extended attributes/
> resource preservation. I want a way to know which files need
> special handling.
>
> I am open to command line tools, or other APIs, if they will cause
> me less grief in the long run.
>
> Scott
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
| Related mails | Author | Date |
|---|---|---|
| Scott Ellsworth | Jul 11, 19:50 | |
| Ryan Britton | Jul 11, 20:31 | |
| Scott Ellsworth | Jul 11, 21:14 | |
| Steve Christensen | Jul 11, 21:40 | |
| Chris Suter | Jul 11, 22:47 | |
| Steve Christensen | Jul 11, 22:59 | |
| Scott Ellsworth | Jul 11, 23:01 | |
| Uli Kusterer | Jul 12, 00:30 | |
| Steve Christensen | Jul 12, 01:11 |






Cocoa mail archive

