• 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
Re: Remote AppleEvents for Folder Path
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remote AppleEvents for Folder Path


  • Subject: Re: Remote AppleEvents for Folder Path
  • From: has <email@hidden>
  • Date: Sat, 21 May 2005 21:19:32 +0100

Kumar Shailove wrote:

>Set folderPath to "MacHD:abc"
>Tell application "Finder" of machine "eppc://IP"
>	Set folderpath to folderpath as alias
>
>I am getting an error File MacHD:abc wasn't found.
>
>How to resolve this issue?

AppleScript's alias objects refer to the local filesystem. Work with a Finder reference instead:

set folderPath to "MacHD:abc"
tell application "Finder" of machine "eppc://IP"
	set folderRef to item folderPath

HTH

has
--
http://freespace.virgin.net/hamish.sanderson/
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Remote AppleEvents for Folder Path
  • Next by Date: Re: Zoom - How to get/set in Photoshop CS?
  • Previous by thread: Re: Remote AppleEvents for Folder Path
  • Next by thread: RE: Remote AppleEvents for Folder Path
  • Index(es):
    • Date
    • Thread