mount valume and SMB in OS X
mount valume and SMB in OS X
- Subject: mount valume and SMB in OS X
- From: Sean McBride <email@hidden>
- Date: Tue, 9 Apr 2002 17:22:01 -0400
Hello all,
I just joined this list, so I hope my question is not a FAQ and is
topic... but I have not found the answer elsewhere...
Recently I have been successfully using the following in OS 10.1.3:
tell application "Finder"
if (list disks) does not contain "Lilu-Public" then
mount volume "afp://lilu.matrox.com/Lilu-Public/"
end if
end tell
But if I use a URL of the form "smb://...." it fails with error type 2.
Pasting the same URL into the Finder "Connect to Server" works fine...
Is there a workaround?
Thanks!
_______________________________________________
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.