Re: server volume/empty trash problem
Re: server volume/empty trash problem
- Subject: Re: server volume/empty trash problem
- From: Bret Linford <email@hidden>
- Date: Fri, 23 Feb 2001 14:45:31 -0800
David wrote:
>
Why not empty the trash at the start of the script?
Okay, I gave that a try. I tried it three ways:
tell application "Finder"
activate
if (list disks) contains "server1.3.0" then
empty
put away disk "server1.3.0"
<snip>
then:
empty trash
then:
empty trash of disk "server1.3.0"
but each time I still get the "The shared disk "server1.3.0" could not be
put away, etc." message. This message doesn't happen every time but maybe on
1 out of 3 attempts...
--
Bret