MAC OS X Problems

Yves COPPE yvescoppe at skynet.be
Wed Jul 9 01:10:01 EDT 2003


Hi list,


I' tried the following


on mouseUp
   set itemDel to "/"
   put item 1 to -2 of the filename of this stack into mypath
   set itemdel to comma
   put "/éééééééé" after mypath
   put "Hello world" into tx
   put tx into URL("file:"& mypath)
end mouseUp


so the filename contains diacriticals chars : it works fine !!!!!!!



so I don' t understand why the same script :

on mouseUp
   set itemDel to "/"
   put item 1 to -2 of the filename of this stack into mypath
   set itemdel to comma
   put "/éééééééé" after mypath
   create folder myPath
end mouseUp

it doesn't work.
So my ask is : can anyone write for me a command in Applescript to do 
the same as "create folder"

as f. ex.

on CreateaFolder <thepath>

this will help me very much...


Thank you.

Greetings.

Yves COPPE
yvescoppe at skynet.be




More information about the use-livecode mailing list