polymod.fs
.. | |
---|---|
IFileSystem | A standard interface for the various file systems that Polymod supports. |
PolymodFileSystem | Provides factory and utility functions for instantiating an IFileSystem. |
PolymodFileSystemParams | A set of parameters used to initialize the Polymod file system. |
StubFileSystem | This stub file system returns false for all requests. This is the fallback used when the desired file system can't be accessed. |
SysFileSystem | An implementation of IFileSystem which accesses files from folders in the local directory. This is currently the default file system for native/Desktop platforms. |