Re: Deleting Folders
Re: Deleting Folders
- Subject: Re: Deleting Folders
- From: Andy Wylie <email@hidden>
- Date: Thu, 07 Jun 2001 13:47:13 +1200
on 7/6/01 11:20 am, Nigel Garvey at email@hidden wrote:
>
"Peter Nedeljkovich" wrote on Wed, 06 Jun 2001 13:06:40 -0400:
>
>
> I have tried to move folders from the desktop to another disk by:
>
>
>
> move folders in desktop to disk "disk2"
>
>
>
> The error message says you can't move the trash. Is there a better way to
>
> do this?
>
>
There are a number of ways to filter out your disks and the trash. One is:
>
>
tell application "Finder"
>
move (every folder whose index is not in (index of disks & index of
>
trash)) to disk "disk2"
>
end tell
>
>
NG
and another...
every folder of desktop whose description does not contain "disk"
_____________________________ Andy