home *** CD-ROM | disk | FTP | other *** search
- # From extensions are added when converting from RISC OS to Host.
- # A line of the form 'fff .ext unique' will cause .ext to be added
- # only if there is no .ext already on the end of the name. The first
- # occurrence of a filetype is the one which applies.
- #
- # It is recommended that adding extensions for saving files of type
- # TEXT should be avoided, since this may have side-effects elsewhere in
- # the system (see Release Note).
- #
- # For example:
- #
- # From extensions:
- # ff9 .pic
- # aff .img unique
- # ff0 .tif
- # af9 .dtp
- From extensions:
-
- # To extensions are removed when converting to RISC OS from Host.
- # A line of the form 'fff .ext preserve' will cause the .ext extension
- # to be left on the file name when it is presented to RISC OS. Note that
- # the first extension which matches is the one which is chosen. Also,
- # if extensions are added and not stripped when presented back to RISC OS
- # then many applications will fail due to the 'shifting sands' nature of
- # this scheme: a file is created and appears under a different name to the
- # one it was saved as.
- #
- # For example:
- #
- # To extensions:
- # ff9 .pic
- # aff .img preserve
- # ff0 .tif
- # af9 .dtp
- To extensions:
-
-