Re: Moving large PDF files with Applescript
Re: Moving large PDF files with Applescript
- Subject: Re: Moving large PDF files with Applescript
- From: "email@hidden" <email@hidden>
- Date: Tue, 31 Mar 2009 07:32:56 -0700
Is there other ways to write the Applescript to watch for a file to make sure the file is completely copied before moving
Try something like this: repeat with i in {strDest1} repeat set fileSize to size of file ThiFile delay 3 if size of file thisFile is fileSize then move file thisPath to folder (i as string) exit repeat end if end repeat end repeat hth
ES |
_______________________________________________
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