identifying applications
identifying applications
- Subject: identifying applications
- From: Steve Gehrman <email@hidden>
- Date: Thu, 31 May 2001 14:59:46 -0700
trying to implement..
-(BOOL)isApplication:(NSString*)path;
There doesn't seem to be a built in API for finding Classic apps, carbon
apps, Apps with .app and Apps without .app.
Do I have to write all this logic myself? Has anyone else out there
written code to do this?
steve