Re: Deleting Folders
Re: Deleting Folders
- Subject: Re: Deleting Folders
- From: Nigel Garvey <email@hidden>
- Date: Thu, 7 Jun 2001 00:20:18 +0100
"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