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!]

Reply via email to