Ken Ray wrote (on the use-revolution list): > You know, it sounds like it's worth adding an alternative to the "put URL > <file> into <file>" command to Transcript. How about: > > copy file <srcFilePath> to <destFilePath> [as binary] > OR > copy [binary] file <srcFilePath> to <destFilePath> > > How's that sound to everyone? > > Ken Ray
I totally agree with you, Ken. Solutions like: put URL "file:C:/myFile.txt" into "file:C:/myCopiedFile.txt" don't work properly with non-text-files, mess up the type/crea data on a mac and change the creation/modification date of the file, which shouldn't happen. So there is no (build in) way to copy files with RR. Terry _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
