Re: using rsync
Re: using rsync
- Subject: Re: using rsync
- From: Wayne Melrose <email@hidden>
- Date: Wed, 22 Aug 2007 08:32:48 +0200
On 21/08/2007, at 11:15 PM, Doug McNutt wrote: At 15:54 -0500 8/21/07, Luther Fuller wrote: tell application "Finder" to update someAlias tell application "Finder" to update item itemName of itemCont tell application "Finder" to update folder folderAlias
Try these while the finder window is open.
tell application "Finder" tell window "name" update every file end tell end tell
tell front window of application "Finder" to update every file
Thanks for the help! For the record, it appears as though the only option I can get to work is referencing EXACTLY the file that I'm looking for.. which is a little annoying if there is a folder of full of files to update.. mind you, I spose writing a simple loop, using "ls" to return the correct list of files, then looping through and updating might be the answer.. :)
thanks to everyone for the help.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden