[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSFileWrapper puzzling behavior
From: |
Richard Frith-Macdonald |
Subject: |
Re: NSFileWrapper puzzling behavior |
Date: |
Thu, 1 Dec 2005 08:15:46 +0000 |
On 1 Dec 2005, at 07:28, Lloyd Dupont wrote:
Something which puzzles me:
in NSFileWrapper.m:247
if I call [aFileWrapper setFilename: nil]
that raises an exception.
what puzzles me is:
- on MacOSX it doesn't
Well, my MacOSX (Tiger) documentation explicitly states that nil (or
an empty filename0 DOES raise an exception ... so the GNUstep version
conforms to the spec.
Either you have seen a bug in MacOSX or Apple have changed things.