README 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. This Theos port supports all the unusual features of Theos filesystem.
  2. Under Theos filesystem files are typed. Types include :
  3. - stream
  4. - relative
  5. - keyed
  6. - indexed (ISAM)
  7. - program (86 real mode, 16 bits protected mode, 32 bits protected mode)
  8. - directory
  9. - library (contains files of any other types librry and directory excepted).
  10. Most of the information on the type and on the structure of a file are not
  11. contained in the file itself but its in directory entry. For all types of
  12. files, directory and stream files excepted, this information is vital. If it
  13. is lost, the file can no longer be usable.
  14. In zip files the information is stored in an extra block with type "Th".
  15. A few years ago I ported ZIP for internal use and spreaded it a little around
  16. me. It was using a non portable extra block structure. Its type was "TH".
  17. For backward compatibility it is supported by UNZIP 5.4.0 port to Theos.
  18. ZIP archives created with ZIP 2.3 port MUST be unzipped with 5.4.0 or a later
  19. version.
  20. Also disk search sequence is supported. The disk name is not stored into
  21. the zip archive.
  22. Thanks to Bob Baker from Stockboy Services who spent his time to check this
  23. port under other conditions than mines.
  24. Jean-Michel Dubois
  25. IBC France / THEOS France
  26. jmdubois@ibcfrance.fr
  27. jean-michel-dubois@wanadoo.fr