Re: Insert today's date?
Re: Insert today's date?
- Subject: Re: Insert today's date?
- From: Yosemite <email@hidden>
- Date: Mon, 05 Mar 2001 10:44:41 -0900
set newName to (DateTime "%m%d%Y") -- datetime osax
tell application "Finder"
make new folder at desktop with properties {name:newName}
end tell
-- hcir
mailto:email@hidden
>
Can't find a command for AppleScript to create a new folder and name the
>
folder with the current date in MM/DD/YY format.