|AMFUtils File Operation Definition File  1.00 (23-Jun-92)
|=========================================================
|This file defines the operations that AMFUtils will offer for each filetype.
|Extra File Operation Definitions may be added to the end of this file,
|although you should remember to increment the Number before this list so
|that your new File Operation Definitions are actually included.Lines that
|are prefixed with a '|' in this file are ignored,as are blank lines.
|
|The number beneath determines the actual number of File Operation
|Definitions that are considered to be in this file.It should be exactly the
|same as the number of File Operation Definitions beneath.If it is not,some
|definitions at the end of the list will be ignored.
|
|REMEMBER : Always increment this number when you add to this list.

13

|Beneath is the list of the File Operation Definitions recognised by
|AMFUtils.It is defined in the following manner.For each filetype,given by a
|three digit hexadecimal number (or four in the case of a directory or an
|application),the following is given:
|
|FileType Number                        : FFC
|FileType Name                          : Command
|Number of Operations for this FileType : 1
|
|For each Operation,the following is given :
|
|Operation Name                         : Execute
|Operation Command                      : Exec
|

|Thus,the list of File Operation Definitions begins here.The code 2000 is
|used for Applications,and the code 1000 for Directories.All other filetypes
|use their relevant number.
|
2000,Application,3,Run,Run,Set Dir,Dir,Open,Filer_OpenDir
1000,Directory,2,Set Dir,Dir,Open,Filer_OpenDir
FFF,Text,1,Type,Type
FFE,Command,2,Execute,Exec,Type,Type
FFD,Data,1,Dump,Dump
FFC,Utility,2,Run,Run,Dump,Dump
FFB,Basic,2,Load,Load,Run,Run
FFA,Module,1,Load,RMLoad,Dump,Dump
FF9,Sprite,3,SLoad,SLoad,ScreenLoad,ScreenLoad,IconSprites,IconSprites
FF8,Absolute,1,Run,Run,Dump,Dump
FF7,BBC Font,1,Print,Print
FED,Palette,1,Print,Print
FEB,Obey,2,Obey,Obey,Type,Type

|This is the end of the File Operation Definitions list included with
|version 1.00 of AMFUtils.Beneath this is the list of File Operation
|Definitions added by the user.
|

|Add your own definitions here.

|This is the end of file <AMFUtils$Dir>.Defaults.
|                                                AMF the Doomwatcher
