[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] NSFileManager informal handler protocol
From: |
Richard Frith-Macdonald |
Subject: |
Re: [PATCH] NSFileManager informal handler protocol |
Date: |
Tue, 11 Feb 2003 10:31:05 +0000 |
On Monday, February 10, 2003, at 11:35 pm, Willem Rein Oudshoorn wrote:
This fixes a few minor problems of how NSFileManager uses
the handler.
Thanks ... I applied the patch and made a few minor fixups to the
documentation markup etc.
At the moment -willProcessPath is not always called.
For example if very early in the
-copyPath:toPath:handler: method an error occurs
it will not call the -willProcessPath method.
Also, -shouldProceedAfterError is not called either.
I think this classifies as a bug. But I am
at the moment to tired to think about this.
I *think* these are cases where the supplied path is not valid rather
than cases where
and error occurs in the actual operation. I'm not sure whether
-willProcessPath should
be called when the path is bad ... perhaps it should.