Title: Message
Yves,
 
You can't use "/"-delimited paths in AppleScript (or I haven't been able to get it to work). So I convert to ":" delimited, as in:
 
tell application "Finder"
  set tPath to "HD:Macintosh:Users:<myName>:test:testing"
  make new folder to tPath
end tell
 
This should work (of course, swap in the right path),
 

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yves COPPE
Sent: Wednesday, July 09, 2003 12:35 PM
To: [EMAIL PROTECTED]
Subject: Applescript for creating a new folder

Hi,

No sucess with my problem for creating a new folder with applescript

that is my script


tell application "Finder"
set tPath to "HD Macintosh/users/<myname>/test/testing"
make new folder to tPath
end tell

doesn't work ?????

HELP

Greetings.

Yves COPPE
[EMAIL PROTECTED]

Reply via email to