realbasic-nug.de
[Top] [All Lists]

Re: Probleme mit ShowURL

To: realbasic-nug dot de at lists dot realsoftware dot com (REALbasic NUG German)
Subject: Re: Probleme mit ShowURL
From: support at monkeybreadsoftware dot de (Christian Schmitz)
Date: Wed, 25 May 2005 22:37:40 +0200
Comments: Written on a PowerMac G4 and sent via DSL.
Delivered-to: realbasic-nug dot de at lists dot realsoftware dot com
Stefan Mettenbrink <S dot Metti at gmx dot de> wrote:

> Christian Schmitz wrote:
> 
> > showurl mit richtiger File URL wäre ein Weg.
> 
> Wie sollte denn eine richtige File-URL aussehen?

Hast du mein Plugin da?

  dim u as CFURLMBS
  dim file as FolderItem
  
  file=GetFolderItem("test")
  u=NewCFURLMBSFile(file)
  
  MsgBox u.str.str

zeigt eine korrekte URL als Beispiel.

Mfg
Christian

-- 
Around ten thousand functions in one REALbasic plug-in. The MBS Plugin.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>

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