SetFDate: Set File Date

Title   : SetFDate
Version : 1.2
Date    : Feb 14, 2000
Author  : J.R. Ferguson, Amsterdam, The Netherlands
E-mail  : j.r.ferguson@iname.com
Download: http://hello.to/ferguson (Windows Tools English)
Language: Inprise Delphi 3

This program and its sources may be used and copied  freely  without  charge,
but  only  for non-commercial purposes. The author is not responsible for any
damage or loss of data that may be caused by using it.

With SetFDate you can change the file date and time for a single disk file or
a group of disk files in the same disk directory or folder. The new dates and
times you can choose are one of the following:
  - A date and time you specify yourself
  - The highest or lowest date/time in the selected group of files
  - The current date and time

A commmon use is to code a release or version number in the time field for  a
group  of  files  you  are  distributing.  But  you may also use it for other
purposes.

SetFDate is distributed as a stand-alone EXE file. The Delphi  3  sourcefiles
are included for those that want to enhance the program.

To compile the sources, you will need Inprise Delphi for Windows, version 3.0
(also known as Borland Delphi 3) or a compatible programming environment.

The following files are distributed:
  SetFD0.pas      Pascal source - General
  SetFD1.dfm      Resource file - Main window
  SetFD1.pas      Pascal source - Main window
  SetFD2.dfm      Resource file - About box
  SetFD2.pas      Pascal source - About box
  SetFDate.dpr    Delphi project source
  SetFDate.exe    Executable program
  SetFDate.ico    Program icon image
  SetFDate.res    Resource file
  SetFDate.txt    Description (this text)

If  you only want to use the program, just copy SetFDate.exe and start it up.
If you want to recompile it, you will need the other files.

History:
v1.2 Feb 14,2000  Made window resizable
v1.1 Feb 07,2000  Changed author's URL; added url/email links to About Box.
v1.0 Oct 24,1998  First public release.

