Re: Letting the Finder know something changed?
Re: Letting the Finder know something changed?
- Subject: Re: Letting the Finder know something changed?
- From: James Bucanek <email@hidden>
- Date: Sat, 29 Jan 2005 13:03:34 -0700
Shaun Wexler wrote on Saturday, January 29, 2005:
> [[NSWorkspace sharedWorkspace] noteFileSystemChanged];
Thanks you Shaun, Lance, and Prachi.
Unfortunately, my application doesn't have an NSWorkspace object, nor do I have the URL to the file that changed.
My task writes the file using FSWriteFork, and then updates the catalog info with FSSetCatalogInfo. Afterwards, I'd like to notify the Finder that the new file has changed types/permissions/whatever.
Does anyone know what 'noteFileSystemChanged' does to notify the Finder?
Is there a way to find out? Is NSWorkspace part of the core foundation that is open source, or is this an Apple proprietary Cocoa thing?
Is this even a Cocoa question? Should I be on another list?
--
James Bucanek <mailto:email@hidden>
_______________________________________________
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