• 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
Copying files/folders using finder commands through apple script !!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Copying files/folders using finder commands through apple script !!


  • Subject: Copying files/folders using finder commands through apple script !!
  • From: Naresh Kongara <email@hidden>
  • Date: Thu, 12 May 2011 20:34:16 -0700

HI,

In my application i need to copy files from one location to another with progress bar .

To achieve above functionality I wrote an apple script for handling copy functionality through finder. Everything works fine except the copy progress bar is not displayed on top of my application window.

Here is the script

tell application "Finder"
activate --<••••
duplicate sourceFile to targetDirectory replacing yes
end tell


How can I make the copy progress bar window appear on top of the application window.

Do provide me the help.

Thanks,
Naresh kongara 
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Copying files/folders using finder commands through apple script !!
      • From: Antonino Petriliggieri <email@hidden>
  • Prev by Date: Re: Unicode encoding and store script
  • Next by Date: Re: Copying files/folders using finder commands through apple script !!
  • Previous by thread: Re: Unicode encoding and store script
  • Next by thread: Re: Copying files/folders using finder commands through apple script !!
  • Index(es):
    • Date
    • Thread