Re: seeking some help
Re: seeking some help
- Subject: Re: seeking some help
- From: JK <email@hidden>
- Date: Sun, 14 Oct 2001 16:12:19 -0400
on 10/14/01 3:02 PM, Michelle Steiner at email@hidden wrote:
>
mainContainer is a string; you have to specify it as an folder
>
>
set mostRecentFolder to (make new folder at folder mainContainer with
>
properties {name:theDate})
>
>
--Michelle
Thanks,
As a script newbie I love the potential but "whewww" what a learning
curve... I parsed it down to this, But... it tells me I can not get "entire
contents" of "Alpha:downloads:" is there an OSAX i need to have installed
property mainContainer : "Alpha:downloads_archive:"
tell application "Finder"
set theDate to date string of (current date)
set mostRecentFolder to (make new folder at folder mainContainer with
properties {name:theDate})
move the entire contents of "Alpha:downloads:" to folder
mostRecentFolder
end tell
Thanks
Jeff