embeddedfs
Embedded File System for .NET, contained in a single file or in-memory.
DidiSoft EmbeddedFS is a file system located in memory or in a single file. This is the starting point for getting familiar with the EmbeddedFS API.
Contents
Key Members of EmbeddedFS namespace
[EmDriveInfo](https://github.com/didisoft/embeddedfs/wiki/Create-Open-the-embedded-file-system.) | [Create/Open](https://github.com/didisoft/embeddedfs/wiki/Create-Open-the-embedded-file-system.) an embedded file system |
EmDrivectory | Provides _static methods_ for [manipulating directories](/embeddedfs/examples/folder/) contained in **EmDriveInfo** |
[EmDrivectoryInfo](https://github.com/didisoft/embeddedfs/wiki/Working-with-folders) | Exposes similar API as **EmDrivectory**, but from a valid _object reference_ |
EmFile | Provides _static methods_ for manipulating files contained in **EmDriveInfo** |
[EmFileInfo](https://github.com/didisoft/embeddedfs/wiki/Working-with-files) | Exposes similar API as **EmFile**, but from a valid _object reference_ |