Copying files/folders using finder commands through apple script !!
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