revCopyFile

Dan Friedman dan at clearvisiontech.com
Sun Sep 15 22:45:03 EDT 2002


Richard,

The problem is there is a bug with the revcopyfile  when copy files to/from
the desktop Folder or sub folders of it.  If you stay away from the desktop
Folder (or sub folders of it) is will work fine.

-Dan


> Hello list,
> 
> I want to copy a file from one location into another Directorya.
> 
> Any idea, why this script throws an execution error on Mac OS 9.2.2?
> 
> on mouseup
> answer file "Which File to copy?"
> put it into FTC
> put FTC
> 
> answer directory "Copy to which Directory?"
> put it into CTD
> put CTD
> 
> revcopyfile FTC,CTD
> put the result
> 
> end mouseup




More information about the use-livecode mailing list