Re: 9.2.2 Delete everything in folder except for these items?
Re: 9.2.2 Delete everything in folder except for these items?
- Subject: Re: 9.2.2 Delete everything in folder except for these items?
- From: Hugh Dixon <email@hidden>
- Date: Fri, 31 Jan 2003 14:25:23 +0000
On 31/1/03 12:29 pm, "Dan Ball" <email@hidden> wrote:
>
I want the script to go in the "Launcher Items folder" and delete everything
>
in there except for these alias's (Dreamweaver 4, Illustra8.0.1,
>
Illustr9.0.2, ImageReady 3.0.1, MS Exel, MS PowerPoint, MS Word, PageMaker
>
6.5, Photoshop 6, QuarkXPress 4.11, Suitcase 9)
set launcher_path to path to launcher items folder
set keep_items to {"Dreamweaver 4", "Illustra8.0.1"...}
-- the exact names of the items you want to keep
tell application "Finder" to delete (every file of folder launcher_path
whose name is not in keep_items)
HTH
Hugh
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
_______________________________________________
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.