*|> !ReadMe to find out about the current implementations of MultiFS
-----------------------------------------------------------------------------

To install:

        *iconsprites LocalWimp
        *rmload MultiFS

and then enter the DeskTop as normal.

-------------------------------------------------------------------------------

Supported formats:
          Double-Sided MS-DOS floppies
          Archimedes PC-Emulator winchester partitions
          Double-Sided Atari ST floppies

-------------------------------------------------------------------------------

Peculiarities:
        If an attempt is made to construct a directory with ending with
        a "/" character nothing happens. This is because these names are
        reserved for the file extension directories (and hence automatically
        exist)

        Currently ADFS names longer than 8 characters are truncated to 8
        characters when copied onto a DOS disc. References to the full
        names will still work. Care must be taken however when copying
        files onto a DOS disc.

        The RISC OS filetype of an object is preserved on the DOS media.

-------------------------------------------------------------------------------

Outstanding operations:
        Extend directories
        Extend files open for writing
        Rename across directories
        Filing system shutdown

Features to be added:
        Floppy disc formatting
        Disc verification
        Disc naming
        *Map

-------------------------------------------------------------------------------

The module is completely stand-alone apart from its "sprite" requirements.
It expects the following sprites to be present in the desktop sprite pool:

        "file_fe4"              MSDOS file
        "file_fe3"              ATARI file
        "file_fe2"              AMIGA file              <<NOT YET SUPPORTED>>
        "mfsfloppy"             iconbar floppy icon
        "mfswini"               iconbar winchester icon

-------------------------------------------------------------------------------

MultiFS currently only allows access to a "bootable" MS-DOS partition on
the emulated harddisks. This partition cannot be greater than 30MBytes
long.

The version provides the following OSCLI commands:
    DeskTop_MultiFSFiler        Starts the MultiFS RISC OS DeskTop filer
    MultiFS                     Selects MultiFS as the current filing system
    Free                        Displays free and used byte counts

-------------------------------------------------------------------------------
*|> Done
