• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Moving large PDF files with Applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Moving large PDF files with Applescript (From: "Mielke, Gary R (CGC)" <email@hidden>)

  • Prev by Date: Moving large PDF files with Applescript
  • Next by Date: Re: Moving large PDF files with Applescript
  • Previous by thread: Moving large PDF files with Applescript
  • Next by thread: Re: Moving large PDF files with Applescript
  • Index(es):
    • Date
    • Thread