Re: new folders?
Re: new folders?
- Subject: Re: new folders?
- From: Bill White <email@hidden>
- Date: Sun, 17 Feb 2002 23:43:17 -0500
>
Hi. I am new to this applescripting lark. I'm trying to learn it from the
>
apple tutorial.
>
I would very much like to know how to tell the finder to create new folders,
>
or how to display dialogue. I haven't had much luck trying to find out.
>
Could anybody help me out with a couple of lines of code?
Here are a couple (times two):
tell application "Finder"
make new folder at desktop with properties {name:"New folder"}
end tell
display dialog "I made a new folder."
HTH,
-- Bill
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.