registerfiletype - Renamed from RegFTyp.
procedure registerfiletype(ft,key,desc,icon,prg:string);
Renamed from RegFTyp.pas 6/20/1998 Paul Rice to avoid conflicts with others' work.
the procedure registerfiletype associates the given file-extension with the given application
params :
ft : the file-ext to create an association
key : the registry-key-name (not necessary)
desc : a description for the file-type
icon : the default-icon (not necessary)
prg : the application
e.g.
registerfiletype('.txt','textfile','Text-File','','notepad.exe')
(c) 1997 by Markus Stephany
mirbir.st@t-online.de
mirbir.st@saargate.de
Merkes' Pages : http://home.t-online.de/home/mirbir.st/
no guaranties, no restrictions