Copying a file from A to B - not working
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Wed Dec 31 15:52:02 EST 2003
    
    
  
On 12/31/03 3:41 PM, Karl Becker wrote:
> I'm attempting to copy a bunch of disparate files from one location to 
> another, but it seems like the files themselves aren't quite getting 
> duplicated bit-for-bit.  I'm using MetaCard 2.4.3.
Specify "binary" for both the read and write operations:
   open file theFP for binary read
   open file theFP for binary write
Otherwise the engine reads and writes as plain text.
-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the metacard
mailing list