TFileInfo
---------

Author: Ted Vinke
Version: 1.0
Delphi: 4+

Description:
------------
TFileInfo is a Delphi object which can give you some info about and performs 
operations with files. It works under Delphi 4 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...