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
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to