realbasic-nug
[Top] [All Lists]

Any way to figure out what file an application can open?

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Any way to figure out what file an application can open?
From: Arnaud Nicolet <arnaud at tribu dot ch>
Date: Tue, 27 Feb 2007 18:21:53 +0100
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Hi,

In the Mac OS 9 days, it was possible to open an application's  
resource fork and look in the "BNDL" to discover what files the  
application could open.

Now, in Mac OS X, is it possible in any way?

In other words: say I want to find what kind of files (MacCreator,  
MacType, extension) iTunes can open. I open the "iTunes.app" package,  
go in the "Resources" folder, and then... no resource fork, obviously.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


From  Tue 27 Feb 2007 10:52:47 -0700
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
        id 904991AADBCB; Tue, 27 Feb 2007 09:52:57 -0800 (PST)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on 
        www.realsoftware.com
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 required=4.5 tests=ALL_TRUSTED,AWL,BAYES_00,
        NO_REAL_NAME autolearn=ham version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
        by xmail.realsoftware.com (Postfix) with ESMTP id 93D691AADBB3;
        Tue, 27 Feb 2007 09:52:53 -0800 (PST)
Received: from m.realsoftware.com (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP id 2CCDAF9EEC;
        Tue, 27 Feb 2007 11:52:49 -0600 (CST)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from mail.verex.com (mail.verex.com [66.116.103.197])
        by lists.realsoftware.com (Postfix) with ESMTP id 587C4F9EE1
        for <realbasic-nug at lists dot realsoftware dot com>;
        Tue, 27 Feb 2007 11:52:47 -0600 (CST)
Received: from [66.116.103.197] (localhost [127.0.0.1])
        by mail.verex.com (Postfix) with SMTP id 45E9D7021C2
        for <realbasic-nug at lists dot realsoftware dot com>;
        Tue, 27 Feb 2007 10:52:47 -0700 (MST)
Date: Tue, 27 Feb 2007 10:52:47 -0700
Subject: Re: Any way to figure out what file an application can open?
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <9D8439C0-1C86-4F9E-8F0F-0CEA8CD64600 at tribu dot ch>
X-Mailer: VerEx Email Gateway
Message-Id: <20070227175247 dot 45E9D7021C2 at mail dot verex dot com>
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com

On Feb 27, 2007, at 17:21 UTC, Arnaud Nicolet wrote:

> In the Mac OS 9 days, it was possible to open an application's  
> resource fork and look in the "BNDL" to discover what files the  
> application could open.
> 
> Now, in Mac OS X, is it possible in any way?

Yes, you have to go poking about in its info.plist file (or 'plst' #0
resource).

Best,
- Joe

--
Joe Strout -- joe at strout dot net
Verified Express, LLC     "Making the Internet a Better Place"
http://www.verex.com/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>