From: jonlowe@ix.netcom.com (Jon Lowe)
Subject: RE: [delphi] Re:Multiple File Copy from ListBox 
Date: Thu, 15 Jun 1995 03:19:59 -0700

Insert the FMXUTILS.PAS file from /delphi/demo/doc/filmanex into your
project.  This unit has a file copy procedure.  It contains a (minor) 
bug, though.  It does not copy the file date and time of the source 
file to the destination file.  [snip]

-------------------------------------------------------------------------------

From: benl@panix.com
Subject: RE: [delphi] Re:Multiple File Copy from ListBox 
Date: Thu, 15 Jun 1995 16:28:22 -0400

This bug is easy to fix.  You can time and date stamp files quite easily
by using the FILSETDATE procedure and the FILEGETDATE function (to retreive
the DOS date stamp of the original file)...  See the on-line help for
more information.

						Ben
