Re: fileHandle writeData not reporting error nor writing data
Re: fileHandle writeData not reporting error nor writing data
- Subject: Re: fileHandle writeData not reporting error nor writing data
- From: Ondra Cada <email@hidden>
- Date: Wed, 24 Mar 2004 00:42:46 +0100
Ken,
On Wednesday, Mar 24, 2004, at 00:07 Europe/Prague, Ken Hawkins wrote:
found it! it can write to a file but cannot create a directory
structure for it as well. the directory 'The Mask & the Mirror' was
not there and so it did not report an error when it tried to write the
file out. is this a bug?
Not really. It reported a bug (by returning nil). The problem is a
forgotten '=' in
if(outFile = nil)
---
Ondra Hada
OCSoftware: email@hidden
http://www.ocs.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.