www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/05/11/18:40:27

Message-ID: <37383CFA.A4A1E0C1@vortex.ufrgs.br>
Date: Tue, 11 May 1999 11:21:47 -0300
From: "Luciano R. M. Silva" <lrms AT vortex DOT ufrgs DOT br>
X-Mailer: Mozilla 4.51 [en] (Win95; I)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Copy files
References: <fbf43e*gilles DOT molesini AT dd23 DOT laposte DOT telepost DOT fr>
X-Original-NNTP-Posting-Host: prt13u14.ez-poa.com.br
Lines: 12
NNTP-Posting-Host: irc.ez-poa.com.br
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
It's very simple:
<p>1. Allocate some buffer (say 4K to 64K)
<br>2. Open 2 file handlers (source and destination files - use binary
mode!)
<br>3. Read from source and write to destination (using buffer size)
<br>4. Do 3 until the block read is smaller than the buffer (last block)
<br>5. Close both handlers and it's done (can free buffer :) )
<p>(6. Ok, maybe you can put some error handling somewhere...)
<br>&nbsp;</html>

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019