On 7/9/03 Yves COPPE wrote

>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 ?????

I think your syntax might be incorrect.  Try:

tell application "Finder"
    make new folder at "HD Macintosh:users:<myname>:test" with properties 
{name:"testing"}
end tell


Trevor DeVore
Blue Mango Multimedia
[EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to