Long File Names

Yves COPPE yvescoppe at skynet.be
Sun Jul 27 03:28:01 EDT 2003


Le dimanche, 27 juil 2003, à 07:05 Europe/Brussels, Sannyasin 
Sivakatirswami a écrit :

> Well, You can write a long file name but not read it... at least not 
> here in 2.0.1
> e.g.
>
> ## button 1 ##
> on mouseUp
>   ask file "enter"
>       ## Enter a file name of 150 characters)
>   put "hellO" into url ("file:"&it)
> end mouseUp
>
>
> ## the above will work ##
>
> ## button 1 ##
> on mouseUp
>   ask file "enter" ## Enter a file name of 150 characters)
>   put "hellO" into url ("file:"&it)
> end mouseUp
>
> ## the above will work ##
>
> ## button 2 ##
> on mouseUp
>   answer file "choose a long file name" with "OK"
>       ## choose the long file name you just saved above
>  put it
> end mouseUp
>
> what do you get?
>
>

the same as you, doesn't work  :

/Users/<myuserName>/Desktop/azertyazertyazertyazerty#23BB2D

it's a bug you have to report at bugzilla.


Sorry, can't help.
>
Greetings.

Yves COPPE
yvescoppe at skynet.be




More information about the use-livecode mailing list