Yes it is!
if you read the ,mail again you'll see i said on MAC not windoz,

if you try to open a file for example on windows
you need this, with "\"

on mouseUp
   open the moviePath & "\Games\Pierspel\Pierspel"
end

on mac
  if you do the same it wil never work
you need to forget the :
like this

on mouseUp
   open the moviePath & "Games:Pierspel:Pierspel"
end

that all i say....and i'am pretty sure, i'am not the only one that have 
lost time on this.
but again, its might be due to my poor english.

Fabrice




Bertil Flink heeft op maandag 26 augustus 2002 om 17:53 het volgende 
geschreven:

> Not true, the moviePath ends with "\" in Windows.
>
> put the moviePath
> -- "D:\LINGO Test\2002-08\"
>
> [W2K, Dir 8.5.1]
>
>
>
> Bertil Flink
> Creative Media
> [EMAIL PROTECTED]
>
>
>
> From: "Fabrice" <[EMAIL PROTECTED]>
> Sent: Monday, August 26, 2002 3:30 PM
> Subject: Re: <lingo-l> path seperators on a mac
>
>
>> set OK = baPrintFile( the moviePath &"Word Documents:Lodges:CHOBE.doc")
>>
>> when using a path on mac, in this case, the moviepath ends with ":", 
>> in windows you need to add "\" because the movie path ends with 
>> nothing but the last letter of the path name.
>>
>> took me also a moment to get the difference...
>>
>> but th erest is mac : or win \
>>
>> fabrice
>
>
> [To remove yourself from this list, or to change to digest mode, go to 
> http://www.penworks.com/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/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