Thanks Ken. Couldn't find this anywhere in the docs.

-Chipp

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ken Ray
Sent: Sunday, December 09, 2001 11:31 AM
To: [EMAIL PROTECTED]
Subject: Re: How do I copy a file?


Chipp,

You can do it this way:

on mouseUp
  put url "file:c:\test.doc" into url "file:c:\test2.doc"
end mouseUp

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Website: http://www.sonsothunder.com/

----- Original Message -----
From: "Chipp Walters" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 09, 2001 1:33 AM
Subject: How do I copy a file?


> So I decided to write a quick Archive File plugin...
>
> But I can't figure out to programatically copy a file using Transcript. My
> understanding is the Rename File function ONLY works in UNIX and MAC X.
Does
> anyone know of a way to do this?
>
> Thanks,
>
> Chipp
>
> _______________________________________________
> improve-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/improve-revolution
>

_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to