Re: getting the date, next question
Re: getting the date, next question
- Subject: Re: getting the date, next question
- From: Michelle Steiner <email@hidden>
- Date: Wed, 31 Dec 2003 10:31:35 -0700
On Dec 31, 2003, at 10:04 AM, Simon Kidd wrote:
set foldername to days_date
tell application "Finder"
activate
make new folder at folder "Documents" of folder "Toby" of folder
"Users" of disk "PowerMac_HD" with properties {name:foldername}
reveal result
end tell
------------------
I now want the script to move something into the new folder, but how
do I refer to the new folder if I dont know its name?
set dayfolder to (make new folder at folder "Documents" of folder
"Toby" of folder "Users" of disk "PowerMac_HD" with properties
{name:foldername})
dayfolder will be an alias to the folder.
-- Michelle
--
Are you better off today than you were on Jan 20th, 2001?
_______________________________________________
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.