Re: NSFileManager notification
Re: NSFileManager notification
- Subject: Re: NSFileManager notification
- From: Ondra Cada <email@hidden>
- Date: Mon, 1 Apr 2002 19:15:01 +0200
On Monday, April 1, 2002, at 03:00 , M Ramachandra Acharya wrote:
There are two callback messages (for the operation handlers) in
NSFileManager "fileManager:willProcessPath:" and
"fileManager:shouldProceedAfterError:" which indicates the start of the
operation or the failure of the operation. I could not find any callbacks
to
indicate the completion of the operation. It seems like NSFileManager does
not have any notification centers either.
Can anyone kindly let me know how I can get these completion
notifications/callbacks in a Cocoa application?
You don't need any, since those operations are synchronous: when they
return, all is finished.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.