Re: list disks on Panther
Re: list disks on Panther
- Subject: Re: list disks on Panther
- From: Michelle Steiner <email@hidden>
- Date: Sun, 30 Nov 2003 08:51:45 -0700
On Nov 30, 2003, at 3:58 AM, Thomas C. wrote:
if last item of list_disks is "Network" then
set list_disks to (reverse of (rest of (reverse of list_disks)))
end if
Alternatively
if last item of list_disks is "Network" then
set list_disks to items 1 through -2 of list_disks
end if
--
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
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.