C# (CSharp) fs4net.Memory Namespace

Nested Namespaces

fs4net.Memory.Impl
fs4net.Memory.Node
fs4net.Memory.Test

Classes

Name Description
MemoryFileSystem An in-memory file system. All files and directories created are stored in memory. When the Dispose() method is called the file system content is erased. This file system is supposed to behave exactly as the real file system which means it's a nice thing to use in tests. To make the file system usable you ought to call the WithDrives() method to configure what drives exists. Otherwise the file system has no drives at all.