On Jun 1, 2010, at 15:25, Jerry Krinock wrote: > Yuck. Unless someone knows a better way, that means setting up either a > kqueue or FSEvents thingy for the document to watch its own path. Does > anyone know an easier way? Because of the way that a document window's title > changes instantly when its file is moved in Finder, apparently Apple has this > already built in to NSDocument. Does anyone know how to hook into that, > ahead of setFileURL:?
A bit of lateral thinking: Take a look at -[NSWindowController windowTitleForDocumentDisplayName:]. However the document chooses to manage its URL, it seems likely that this method is going to be called whenever it does change. You could use this invocation as a signal that your code should go check the URL. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com