RE: Folder Action-open another folder
RE: Folder Action-open another folder
- Subject: RE: Folder Action-open another folder
- From: "Steve Goodman" <email@hidden>
- Date: Mon, 10 Jun 2002 10:03:35 -0500
- Thread-topic: Folder Action-open another folder
this should work if attached as a folder action
psuedo code as I'm in X now:
on opening folder theFolder
tell application "Finder" to open folder "MacHD:AppleScript Dev:"--set to your folder
-- whatever else you want to do
end opening folder
Steve
>
----------
>
From: Gnarlodious
>
Sent: Monday, June 10, 2002 9:26 AM
>
To: AppleScript (Gnarlodious)
>
Subject: Folder Action-open another folder
>
>
I know a folder has to be open for a folder action to work.
>
Is there a folder action script to open another folder when one folder is
>
opened?
>
>
This doesn't work:
>
tell application "Finder" to open folder "Apple:Backup:"
>
>
Hope that makes sense...
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.