RE: Remote AppleEvents for Folder Path
RE: Remote AppleEvents for Folder Path
- Subject: RE: Remote AppleEvents for Folder Path
- From: has <email@hidden>
- Date: Mon, 23 May 2005 10:07:59 +0100
Kumar Shailove wrote:
>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
'list folder' is an osax command, not a Finder command, so won't work with a Finder reference. Just use the Finder:
set folderContents to name of every item of folderRef
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