Re: get Applescript to act on a file once it has been downloaded
Re: get Applescript to act on a file once it has been downloaded
- Subject: Re: get Applescript to act on a file once it has been downloaded
- From: William Adams <email@hidden>
- Date: Fri, 11 Jul 2014 11:15:34 -0400
On Jul 11, 2014, at 10:50 AM, Thomas Fischer wrote:
> So in your case:
> set newfile to "/Volumes/FIS/Customer/CLIENTNAME/2015_Ads/Test/" & newFileName & ".eps"
> set testFile to POSIX file newfile
> tell application "Finder"
> activate
> repeat while not (exists testFile)
> delay 0.5
> end repeat
> end tell
>
> Hope this helps.
Thanks. That seems to address it --- now I need to puzzle out why the file doesn't get copied by a later block.
William
--
William Adams
senior graphic designer
Fry Communications
Sphinx of black quartz, judge my vow.
_______________________________________________
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