System.TPFS.Filesystem
Description
Functions for creation and initialization of filesystems.
- data Device m h => Filesystem m h = Filesystem {}
- fsFromFile :: String -> IO (Filesystem IO Handle)
- newFSInFile :: Header -> String -> IO (Filesystem IO Handle)
Documentation
data Device m h => Filesystem m h Source
Contains all of the information necessary to access the filesystem.
Constructors
| Filesystem | |
Instances
| (Show h, Device m h) => Show (Filesystem m h) |
Arguments
| :: String | The path to the file containing the filesystem. |
| -> IO (Filesystem IO Handle) | The opened filesystem. |
Opens a filesystem stored in a file.