The FileTypes module is a ROM-resident module on RISC OS 4.24. In previous versions of the OS, the FileSwitch module performed the job of the FileTypes module as part of its initialisation. In order to reduce the maintenance requirements on FileSwitch and to provide a better division of labour, the FileTypes module was created.
On initialisation, the FileTypes module will notify set the default system variables for various filetypes which are required by the rest of the OS.
When initialised, the FileTypes module will read the file
Resources:$.Resources.FileTypes.Types. This file
contains a list of filetype-variable-value triples which are used to
set the system variables.
The FileTypes module is not user modifiable. It is documented here for completeness.
The format of the file is :
<xxx>
<y>
<zzz>
| Field | Meaning | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| xxx | Hex filetype to set | ||||||||||
| y | Type of variable to set :
| ||||||||||
| zzz | Value to use |
| Maintainer(s): | RISCOS Ltd <developer@riscos.com> | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| History: |
| ||||||||
| Disclaimer: |
Copyright © Pace Micro Technolgy plc, 2002. |