Re: Finder Refresh
Re: Finder Refresh
- Subject: Re: Finder Refresh
- From: Douglas Davidson <email@hidden>
- Date: Thu, 17 May 2001 11:20:07 -0700
Generally the way to inform the Finder from Cocoa that something has
changed is
[[NSWorkspace sharedWorkspace] noteFileSystemChanged:path];
The Finder should then be able to do the right thing, although I can't
guarantee that it will in all cases.
Douglas Davidson