Test for typeName failing

2009-01-19 Thread Walker Argendeli
In my readFromURL:ofType:error: method, I'm testing to see if typeName is equal to a string representing zip, and then taking action based off of that. The problem is that even when I load a zip, the statement fails. I logged tpeName to the console to get what it was for zip, so I don't u

Re: Test for typeName failing

2009-01-19 Thread Stephen J. Butler
On Mon, Jan 19, 2009 at 6:01 PM, Walker Argendeli wrote: > In my readFromURL:ofType:error: method, I'm testing to see if typeName is > equal to a string representing zip, and then taking action based off of > that. The problem is that even when I load a zip, the statement fails. I > logged tpeNa