Re: Finder visibility flag
Re: Finder visibility flag
- Subject: Re: Finder visibility flag
- From: stephane sudre <email@hidden>
- Date: Tue, 8 Mar 2005 18:35:39 +0100
On Mar 8, 2005, at 6:10 PM, Chris Ridd wrote:
On 8/3/05 11:17 am, Stephane Sudre <email@hidden> wrote:
On 8 mars 05, at 07:02, Dmitry Markman wrote:
Hi
is thera a way to set Finder's visibility flag with Cocoa framework?
or I have to use good old pair FSSetCatalogInfo/FSGetCatalogInfo?
FSSetCatalogInfo/FSGetCatalogInfo
There is no method available in Cocoa, CoreFoundation or BSD to deal
with this.
Doesn't getattrlist() return this info?
I didn't get to the end of its man page, but if you ktrace the
/Developer/Tools/GetFileInfo program, it certainly calls that function.
(Similarly /Developer/Tools/SetFile calls setattrlist()).
From what I read, using the Carbon API is recommended if you can.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden