Warning
This guide is under construction!
Overview
This article will show you how to develop your own file system.
Warning
This is a very advanced topic requiring solid knowledge of .NET.
Interfaces
The following interfaces must be implemented:
IFileSystemClassFactory
is used to get user-specific file system accessIUnixFileSystem
provides the main file system operationsIUnixDirectoryEntry
represents a directory entryIUnixFileEntry
represents a file entry