Mounting volume issue
Mounting volume issue
- Subject: Mounting volume issue
- From: Brett Conlon <email@hidden>
- Date: Wed, 15 Nov 2006 16:49:49 +1000
Hi all,
I'm missing something here but can't
put my finger on it.
Running this code:
tell
application "Finder"
if
not
(exists disk "Input_Files") then
activate
mount volume "afp://162.49.130.29/Input_Files"
end
if
end
tell
I get this error:
"Finder
got an error: File some object wasn't found."
But if the volume is mounted the exist
search returns true.
If I bring up the Connect to Server
window and type "afp://162.49.130.29/Input_Files"
I get the login window as expected.
The server is Unix, I believe, could
this have something to do with it?
Many thanks,
Cojcolds _______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden