TFileInfo
---------

Author:  Ted Vinke
Date:    30 June 2002
Version: 1.2 (with source)
Delphi:  D3, D4, D5 and D6
Website: http://jouwfeestje.com/go/fileinfo

  This software is provided as it is, without any kind of warranty 
  given. The author can not be held responsible for any kind of
  damage, problems etc. arised from using this product.

Description:
------------
TFileInfo is a Delphi object which can give you some info about and performs 
operations with files. It works under Delphi 3 and higher and is very easy to 
use, for instance, to make your own Explorer. 

For example, this is some information you can retrieve: name, size, attributes, 
acces, modify and creation date, all icons, version info (Productname, Copyright, etc.), 
MP3 ID3 tags (Author, Title, etc.), extended MPEG info (duration, filelength, padding, 
etc.), Office 97 & 2000 DOC information (Author, Subject, WordCount, etc.), exported DLL 
functions, EXE filetype and rename, move, delete and copying in 3 different ways (Shellcopy, 
silent copy, or custom copy with own TProgressBar, etc.) and more...