stupid OS or am I stupid?
stupid OS or am I stupid?
- Subject: stupid OS or am I stupid?
- From: Alexander Reichstadt <email@hidden>
- Date: Sun, 2 Jun 2002 18:53:05 -0700
Hi,
there is some problem I have that doesn't make sense at all.
There is a file I can open in pico, no probs. When I take the very same,
hardcoded path of that file and use
NSFileManager *manager = [NSFileManager defaultManager];
if ([manager fileExistsAtPath:@"/Libaray/Preferences/.....and so
forth"]){
NSLog(@"this file exists");
} else {
NSLog(@"this file exists, but it's not seen for a reason that's
beyond me");
}
It tells me that it is not there.
Did I do anything wrong?
Any ideas?
Thanks
Alex
_______________________________________________
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.