Re: update folder using do shell script?
Re: update folder using do shell script?
- Subject: Re: update folder using do shell script?
- From: James Cass <email@hidden>
- Date: Thu, 8 Jul 2004 00:09:31 -0400
You could use: "open /path/to/folder"
However this will bring the folder into focus. I'm assuming the folder
is already open in a Finder window and you just want to update it as
the contents change.
Hope this helps.
-James
On Jul 7, 2004, at 11:52 PM, John W. Baxter wrote:
On 7/7/2004 17:55, "email@hidden" <email@hidden> wrote:
Is there a 'do shell script' command that does the same
thing as:
tell app "Finder" to update folder x
The only one I can think of is degenerate: it uses osascript to
execute the
tell... code in AppleScript.
Probably not what you had in mind.
--John
_______________________________________________
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.
_______________________________________________
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.