Getting the Server property from the Finder
Getting the Server property from the Finder
- Subject: Getting the Server property from the Finder
- From: "Daniel Brieck Jr." <email@hidden>
- Date: Fri, 3 Aug 2007 00:37:10 -0400
Hello,
What is the best way to get at the Server: Property URL of a mounted
network volume. Eg after you have a network volume mounted in the
finder and you do "Get info" on it. On os 10.4 there is a Server:
property listed in the get info menu. That has cifs://, afp://, etc
network path there.
I have tried doing below, with out much success. And have looked for
a possible link in the Finder dictionary also with out much luck.
tell application "Finder"
get properties of disk "MYVIDEOS"
end tell
Contains a property URL:"file://localhost/Volumes/MYVIDEOS/"
But I am looking for Server: "cifs://MSHOME;MickeyMouse@IBM_NETVISTA/
MYVIDEOS" as displayed in the Finders get info panel
Any ideas on how to access this "Server:" property in applescript?
Thank you,
Daniel J. Brieck Jr.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden