Quickly getting file's display name
Quickly getting file's display name
- Subject: Quickly getting file's display name
- From: Steve Gehrman <email@hidden>
- Date: Sun, 8 Dec 2002 17:52:17 -0800
I'm getting a files "display name" using LSCopyDisplayNameForRef. The
problem is that LSCopyDisplayNameForRef calls FSGetCatalogInfo. I
already have a complete FSCatalogInfo structure from previous calls,
but I can't reuse it to pass to LSCopyDisplayNameForRef. So, now
FSGetCatalogInfo is being called twice for every file.
Any one know a trick to getting the display name and avoiding the
FSGetCatalogInfo called twice problem?
Thanks,
-steve
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.