Re: NSFileWrapper Bug/Problem
Re: NSFileWrapper Bug/Problem
- Subject: Re: NSFileWrapper Bug/Problem
- From: MacInsight <email@hidden>
- Date: Tue, 8 Jul 2003 12:33:23 +0200
Hi,
Am Dienstag, 08.07.03 um 05:15 Uhr schrieb Matt Ronge:
NSFileWrapper *fileWrap = [[NSFileWrapper alloc]
initWithPath:"/Users/matt/"];
Surely, initWithPath: takes a NSString*, not a C-string, so it should
be:
NSFileWrapper *fileWrap = [[NSFileWrapper alloc]
initWithPath:@"/Users/matt/"];
hth,
Dirk Stegemann
_______________________________________________
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.