Re: Create a folder with today's date as the folder name
Re: Create a folder with today's date as the folder name
- Subject: Re: Create a folder with today's date as the folder name
- From: Michelle Steiner <email@hidden>
- Date: Sat, 9 Feb 2002 15:00:01 -0700
On 2/9/02 8:57 AM, email@hidden <email@hidden>
wrote:
>
I am able to script to create a new folder but do not know how to tell it to
>
insert today's date !!
set datestring to the date string of (current date)
set {tid, text item delimiters} to {text item delimiters, ","}
set datestring to (text items 2 through end of datestring) as text
set text item delimiters to tid
tell application "Finder"
set the NewFolder to (make new folder at the desktop with properties
{name:datestring})
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------
_______________________________________________
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.