realbasic-nug
[Top] [All Lists]

Re: f.launch in win32

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: f.launch in win32
From: "Steve Garman" <realbasic at garman dot demon dot co dot uk>
Date: Mon, 30 Jul 2007 14:47:54 +0100
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
> myfile = DocumentsFolder.child("myfile")
That file has no extension. The extension is part of the file name.

It should be created and opened as
  myfile = DocumentsFolder.child("myfile.wxyz")

Then, if extension .wxyz is associated with myApp, you should simply be
able to use
  myfile.Launch
 

-- 
Steve Garman
Using RB2007r3 Professional on Windows Vista Ultimate


_______________________________________________
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>