• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
AFP mount
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AFP mount


  • Subject: AFP mount
  • From: Hung Phan <email@hidden>
  • Date: Tue, 10 Apr 2007 11:17:21 -0700

I write an applescript to mount an afp sharepoint at location /technology/instructions/mac
Here is the script:
tell application "Finder"
activate
try
mount volume "afp://" & username & ":@myserver_name/technology/instructions/"
end try
try
open folder("technology:instructions:mac")
on error
display dialog "Sorry, Cannot access your folder. " buttons "Ok" default button "Ok"
end try
end tell

Everytime we run, we receive "Sorry, Cannot access your folder" message but get the shared point to mount at technology. Is the open folder command correct?

Thank you for your help,

 _______________________________________________
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

  • Follow-Ups:
    • Re: AFP mount
      • From: Luca Pozzato <email@hidden>
    • Re: AFP mount
      • From: Axel Luttgens <email@hidden>
  • Prev by Date: Re: Image Events can't see Gray color space
  • Next by Date: Trying To Upload To FTP Using Fetch From Filemaker
  • Previous by thread: Re: Image Events can't see Gray color space
  • Next by thread: Re: AFP mount
  • Index(es):
    • Date
    • Thread