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-----Hi,
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
No sucess with my problem for creating a new folder with applescript
that is my script
tell/smaller>/color> application/color> "Finder"
set/color> tPath/color> to/color> "HD Macintosh/users/<myname>/test/testing"
make/color> new/color> folder/color> to/color> tPath/color>
end/color> tell
doesn't work ?????
HELP
/color>/smaller>/fontfamily>
Greetings.
Yves COPPE
[EMAIL PROTECTED]
