Again I say, "If you use the '@' character instead of ' the moviepath', you will not 
need to specify different path delimiters for
Mac and PC!"  If you don't believe me, look it up!  (under "@")

Charlie Fiskeaux II
The Creative Group
www.cre8tivegroup.com
859/858-9054 x29
cell: 859/312-3883


----- Original Message -----
From: "g r i m m w e r k s" <[EMAIL PROTECTED]>
To: "Lingo" <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 4:41 PM
Subject: Re: <lingo-l> QuickTime path names on Mac


On 7/10/01 4:25 PM, "Natalia Tjelum" <[EMAIL PROTECTED]> spewed forth:

> handler: member("moviename").filename=
> moviepath&"moviesfolder:moviename.mov"


I've answered this a couple of times...this would only work for the mac. You
need to do different path chars for each. The pc is "\", the mac is ":"

Do this:

 tchar = the last char of the moviepath
 member("moviename").filename = the moviepath & "moviesfolder" & tChar &
"moviename.mov"

This would work for both platforms as on the mac it would be

CD:moviesfolder:moviename.mov
CD\moviesfolder\moviename.mov


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to