why wont this set the name of a folder to the date?
tell application “Finder”
activate
select startup disk
open selection
select folder “Catalog Pages” of startup disk
open selection
close container window of startup disk
select folder “2003” of folder “Catalog Pages” of startup disk
open selection
close container window of folder “Catalog Pages” of startup disk
make new folder at folder “2003” of folder “Catalog Pages” of startup disk
select folder “untitled folder” of folder “2003” of folder “Catalog Pages” of startup disk
set targetFile to file (date string for (current date) as string)
end tell
Thanks, you are the bom-b