(no subject)
(no subject)
- Subject: (no subject)
- From: Georges Engelmann <email@hidden>
- Date: Mon, 14 Apr 2003 14:18:57 +0200
Hi
can anyone tell me why this isnt working? (error 10)
NSString **appName;
NSString **type;
if([ws getInfoForFile:@"/Some/Path" application:appName type:type] ==
TRUE)
{
NSLog(*type);
if(*type == @"NSApplicationFileType")
some action
}
Thanks!
_______________________________________________
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.