Re: How to refresh a directory view after a movePath
Re: How to refresh a directory view after a movePath
- Subject: Re: How to refresh a directory view after a movePath
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 14 Jun 2004 14:29:55 -0600
On Jun 14, 2004, at 2:10 PM, Ken Tozier wrote:
After using NSFileManager's movePath:toPath command the directory
doesn't refresh it's view sometimes for minutes after the move. Is
there some Cocoa equivalent to the old FlushVolume command?
Yes, use NSWorkspace's -noteFileSystemChanged: method if your program
is not a Foundation tool.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
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.