Re: list disks on Panther
Re: list disks on Panther
- Subject: Re: list disks on Panther
- From: "Thomas C." <email@hidden>
- Date: Sun, 30 Nov 2003 17:02:55 +0100
Yes, it seems better. Weird though... Network is not really a disk.
Thanks Thomas
Le 30 nov. 03, ` 16:51, Michelle Steiner wrote :
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
_______________________________________________
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.