revCopyFile

Richard Hillen mail at richard-hillen.de
Sun Sep 15 15:07:01 EDT 2002


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


Thanx.

Richard.



More information about the use-livecode mailing list