Represents a directory in a virtual file system. This is an in-memory representation of a directory. It is not a representation of a directory on a physical file system.
public interface IDirectoryNode : Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNodeDerived
↳ IRootNode
↳ DirectoryNode
↳ RootNode
Implements IVirtualFileSystemNode
| Properties | |
|---|---|
| Directories | Gets the child directories of the node. |
| Files | Gets the child files of the node. |
| Methods | |
|---|---|
| AddChild(IVirtualFileSystemNode) | x Adds a child node to the current directory. |
| RemoveChild(IVirtualFileSystemNode) | Removes a child node from the current directory. |