Re: All I want to do is copy a freakin' file.
Re: All I want to do is copy a freakin' file.
- Subject: Re: All I want to do is copy a freakin' file.
- From: Timothy Bates <email@hidden>
- Date: Fri, 25 Jan 2002 13:04:11 +1100
On 25/1/02 7:36 AM, "Andrew Hinton" <email@hidden> wrote:
>
I know I'm not this stupid. Am I?
>
>
I have looked and looked and cannot find a way in OS X to have AppleScript
>
just copy a dang file, or duplicate it, or whatever.
tell application "Finder"
set newFile to duplicate file (choose file)
-->document file "100 days ago copy" of folder ...
end tell