Re-3: How to use UNC Paths in Rev?

runrev260805 at m-r-d.de runrev260805 at m-r-d.de
Thu Mar 5 12:52:15 EST 2009


Hi Tiemo,

had the time to test it a little bit earlier. Works here with Windows XP SP2 german. My script looks like this

ON mouseUp pMouseBtnNo
    set the systemfileselector to true
    put slash & slash & "win2003srv" & slash & "david" into tpath
    --  put "//win2003srv/david" into tpath
    answer folder "test" WITH tpath
END mouseUp 

Regards,

Matthias

-------- Original Message --------
Subject: Re-2: How to use UNC Paths in Rev? (05-Mrz-2009 18:41)
From:    runrev260805 at m-r-d.de
To:      runrev260805 at m-r-d.de

> Hi again,
> 
> i will try it on a XP later tonight and will let you know.
> 
> Regards,
> 
> Matthias
> 
> 
> -------- Original Message --------
> Subject: AW: How to use UNC Paths in Rev? (05-Mrz-2009 18:06)
> From:    Tiemo Hollmann TB <toolbook at kestner.de>
> To:      runrev260805 at m-r-d.de
> 
> > Perhaps I have to tell, that I am with Rev 3.0 on Win XP. Is it perhaps > 
> > only
> > available on Mac?
> > Tiemo
> > 
> > > -----Ursprüngliche Nachricht-----
> > > Von: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-
> > > bounces at lists.runrev.com] Im Auftrag von Tiemo Hollmann TB
> > > Gesendet: Donnerstag, 5. März 2009 17:52
> > > An: 'How to use Revolution'
> > > Betreff: AW: How to use UNC Paths in Rev?
> > > 
> > > Hi Matthias,
> > > hmmm, I tested also:
> > >    put slash & slash & "MyServer" & slash & "MyPath" into tPath
> > >    -- what is: "//MyServer/MyPath"
> > >    answer folder "Test" with tPath
> > > without success. Answer doesn't opens my folder. I also tried a trailing
> > > slash. Is it a typo, or what am I missing?
> > > Thanks
> > > Tiemo
> > > 
> > > > -----Ursprüngliche Nachricht-----
> > > > Von: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-
> > > > bounces at lists.runrev.com] Im Auftrag von runrev260805 at m-r-d.de
> > > > Gesendet: Donnerstag, 5. März 2009 17:39
> > > > An: use-revolution at lists.runrev.com
> > > > Betreff: Re: How to use UNC Paths in Rev?
> > > >
> > > > Hi Tiemo,
> > > >
> > > >
> > > > you have to use slashes not backslashes.
> > > >
> > > > Tested here with slashes instead of backslashes w/o problems.
> > > >
> > > > Regards,
> > > >
> > > > Matthias
> > > >
> > > >
> > > > -------- Original Message --------
> > > > Subject: How to use UNC Paths in Rev? (05-Mrz-2009 17:26)
> > > > From:    Tiemo Hollmann TB <toolbook at kestner.de>
> > > > To:      runrev260805 at m-r-d.de
> > > >
> > > > > Hello,
> > > > >
> > > > > I have read in the archives, that you can use UNC path names with Rev.
> > > > But
> > > > > when just testing:
> > > > >
> > > > > Answer folder "Test" with "\\MyServer\MyDir"
> > > > >
> > > > > I don't succeed.
> > > > >
> > > > > What am I missing to use UNC paths?
> > > > >
> > > > > Thanks for any hint
> > > > >
> > > > > Tiemo
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > use-revolution mailing list
> > > > > use-revolution at lists.runrev.com
> > > > > Please visit this url to subscribe, unsubscribe and manage your
> > > > > subscription preferences:
> > > > > http://lists.runrev.com/mailman/listinfo/use-revolution
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > To: use-revolution at lists.runrev.com
> > > >
> > > >
> > > > _______________________________________________
> > > > use-revolution mailing list
> > > > use-revolution at lists.runrev.com
> > > > Please visit this url to subscribe, unsubscribe and manage your
> > > > subscription preferences:
> > > > http://lists.runrev.com/mailman/listinfo/use-revolution
> > > 
> > > _______________________________________________
> > > use-revolution mailing list
> > > use-revolution at lists.runrev.com
> > > Please visit this url to subscribe, unsubscribe and manage your
> > > subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-revolution
> > 
> > _______________________________________________
> > use-revolution mailing list
> > use-revolution at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your 
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-revolution
> > 
> > 
> > 
> > 
> > To: use-revolution at lists.runrev.com
> 
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 
> 
> 
> To: use-revolution at lists.runrev.com





More information about the use-livecode mailing list