• 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: "Kumar Shailove" <email@hidden>
  • Date: Mon, 23 May 2005 11:27:02 +0530
  • Thread-topic: Remote AppleEvents for Folder Path

And how to resolve the problem in the command "list folder"
When I write

set folderPath to "MacHD:abc"
tell application "Finder" of machine "eppc://IP"
	set folderRef to item folderPath
	set folderContents to list folder folderRef without invisibles

it gives me error

Thanks for your help.

Regards.



-----Original Message-----
From: applescript-users-bounces+kshailove=email@hidden
[mailto:applescript-users-bounces+kshailove=email@hidden]
On Behalf Of has
Sent: Sunday, May 22, 2005 1:50 AM
To: email@hidden
Subject: Re: Remote AppleEvents for Folder Path

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:
rk.co.in

This email sent to email@hidden
 _______________________________________________
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

  • Follow-Ups:
    • RE: Remote AppleEvents for Folder Path
      • From: has <email@hidden>
  • Prev by Date: Re: iCal Calendar Colors
  • Next by Date: Setting 'group' for person in Address Book....
  • Previous by thread: Re: Remote AppleEvents for Folder Path
  • Next by thread: RE: Remote AppleEvents for Folder Path
  • Index(es):
    • Date
    • Thread