home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 12 / AU_CD12.iso / INTERNET / !BOOT / RESOURCES / !INTERNET / FILES / EXTENSIONS < prev    next >
Text File  |  1995-03-08  |  1KB  |  37 lines

  1. # From extensions are added when converting from RISC OS to Host.
  2. # A line of the form 'fff .ext unique' will cause .ext to be added
  3. # only if there is no .ext already on the end of the name. The first
  4. # occurrence of a filetype is the one which applies. 
  5. #
  6. # It is recommended that adding extensions for saving files of type
  7. # TEXT should be avoided, since this may have side-effects elsewhere in
  8. # the system (see Release Note).
  9. #
  10. # For example:
  11. #
  12. # From extensions:
  13. # ff9 .pic
  14. # aff .img unique
  15. # ff0 .tif
  16. # af9 .dtp
  17. From extensions:
  18.  
  19. # To extensions are removed when converting to RISC OS from Host.
  20. # A line of the form 'fff .ext preserve' will cause the .ext extension
  21. # to be left on the file name when it is presented to RISC OS. Note that
  22. # the first extension which matches is the one which is chosen. Also,
  23. # if extensions are added and not stripped when presented back to RISC OS
  24. # then many applications will fail due to the 'shifting sands' nature of
  25. # this scheme: a file is created and appears under a different name to the
  26. # one it was saved as. 
  27. #
  28. # For example:
  29. #
  30. # To extensions:
  31. # ff9 .pic
  32. # aff .img preserve
  33. # ff0 .tif
  34. # af9 .dtp
  35. To extensions:
  36.  
  37.