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:
IFileSystemClassFactoryis used to get user-specific file system accessIUnixFileSystemprovides the main file system operationsIUnixDirectoryEntryrepresents a directory entryIUnixFileEntryrepresents a file entry