Re: applescript-users digest, Vol 3 #658 - 14 msgs
Re: applescript-users digest, Vol 3 #658 - 14 msgs
- Subject: Re: applescript-users digest, Vol 3 #658 - 14 msgs
- From: email@hidden
- Date: Sat, 27 Jul 2002 01:09:36 EDT
In a message dated 7/26/02 Ken Fleisher writes:
>
Hello. I need to distinguish between local volumes and network
>
volumes on my desktop. I am assuming that "Network setup
>
scripting" will be able to do this, but every time I try to get it's
>
dictionary, Script editor freezes up and I have to force quit and
>
reboot.
Ken: I know nothing about Network setup scripting, but why not use the Finder:
tell application "Finder"
set localDisks to name of every disk whose local volume is true
set mountedDisks to name of every disk whose local volume is false
end tell
...it works here, on OS9.1
Robert Kyle
Star Tribune
Minneapolis
_______________________________________________
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.