Re: How to "touch" a folder?
Re: How to "touch" a folder?
- Subject: Re: How to "touch" a folder?
- From: Keith Renz <email@hidden>
- Date: Fri, 17 Jan 2003 10:33:21 -0500
David,
Thanks for the quick reply. Works good.
Keith
-----
On Thursday, January 16, 2003, at 01:10 AM, David Martin wrote:
On Thursday, Jan 16, 2003, at 06:48 Europe/Paris, Keith Renz wrote:
I'm changing the name of a folder programatically (actually with
movePath:toPath:handler:) and would like to have the change appear in
the Finder without having to switch to a different folder and then
back again. Is there any way to "touch" this folder or the parent
folder (if that's the folder I need to touch)?
There's something for you in AppKit's NSWorkspace:
-[NSWorkspace noteFileSystemChanged]
or
-[NSWorkspace noteFileSystemChanged:]
.
-- David
_______________________________________________
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.