Bonjour Yves,

> Hello,
>
> I've read some messages in the user.list about copying.
> I've tried to copy an image file (Jpeg) on a mac from a folder into 
> another folder
>
> So I write :
>
> put URL "file:"&tfilename into file NewfilePath
> where
>
> tfilename is the pathway to the existing image
>
> newfilePath is the pathway to a file that doesn't exist yet but has to 
> be created to copy the image in it�
>
> it doesn't work !
> thanks for your help
> -- Greetings.
>
> Yves COPPE

try this:

put URL ("binfile:" & OldfilePath) into URL ("binfile:" & NewfilePath)

Note the syntax. The brackets are necessary for the URL command.


Au revoir...

A votre service:-)
Klaus Major
[EMAIL PROTECTED]

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

Reply via email to