Re: copy files
Re: copy files
- Subject: Re: copy files
- From: "Mark J. Reed" <email@hidden>
- Date: Tue, 3 Jun 2008 19:48:44 -0400
The general syntax is
tell application "Finder"
copy file (file to copy) to folder (folder to copy into)
end tell
The actual form of the parenthesized parts depends mostly on how your
script learns what it's supposed to copy and where.
On 6/3/08, David G. Kahn <email@hidden> wrote:
> Hello All.
> Could anyone help me with trying to copy different files from one
> folder to different locations.
>
> Ex) File 1, File 2, File 3. Copy File 1 to Applications, copy file
> 2 to Desktop, copy file 3 to /tmp
>
>
> any help is appreciated
>
> -david
>
> David G. Kahn
> Campus Technology Services // School of Business
> SUNY OSWEGO
>
>
>
> _______________________________________________
> 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
>
--
Sent from Gmail for mobile | mobile.google.com
Mark J. Reed <email@hidden>
_______________________________________________
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: | |
| >copy files (From: "David G. Kahn" <email@hidden>) |