NSFileWrapper Bug/Problem
NSFileWrapper Bug/Problem
- Subject: NSFileWrapper Bug/Problem
- From: Matt Ronge <email@hidden>
- Date: Mon, 07 Jul 2003 22:15:07 -0500
Hi,
I'm using NSFileWrapper and when ever I pass it the path of my home
directory it goes into what seems like an infinite loop.
I've created a sample project with only one line of code (besides the
autorelease pool stuff):
NSFileWrapper *fileWrap = [[NSFileWrapper alloc]
initWithPath:"/Users/matt/"];
The program then goes into an infinite loop, if I comment out the line it
quits right away.
What am I doing wrong?
--
Matt Ronge
_______________________________________________
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.