realbasic-nug
[Top] [All Lists]

Re: FileType OS X RB2006r2

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: FileType OS X RB2006r2
From: Tony Spencer <janesmith at mac dot com>
Date: Tue, 25 Apr 2006 20:22:54 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <3CFF6704-76DF-4C95-8B4F-170B162E78BB at xhtmlsoft dot com>
As you've discovered, MacType is the wrong thing to use to separate these files, as .txt, .html and .xml are all plain text file types, which is why you can edit any of them in any text editor...


On 25 Apr 2006, at 11:35, Sven E Olsson wrote:

In this case I have folder with three files; xxxxx.txt, xxxx.html, xxxxx.xml
And I want only the html file in the open dialog.

  dim AllTextType1 as new FileType
  AllTextType1.Name = "HTML/TEXT"
  AllTextType1.MacType = "TEXT"
  AllTextType1.MacCreator = "????"
  AllTextType1.Extensions = "html"

Tony Spencer
St Rémy de Provence (13) France

http://tonyspencer.blogspot.com/


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

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


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