Re: using rsync
Re: using rsync
- Subject: Re: using rsync
- From: Doug McNutt <email@hidden>
- Date: Tue, 21 Aug 2007 15:15:59 -0600
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
They mostly work but do have some problems such as failure to sense a change in file size.
--
--> From the U S of A, the only socialist country that refuses to admit it. <--
_______________________________________________
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