Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.91 KB

File metadata and controls

29 lines (22 loc) · 1.91 KB

IDirectoryNode Interface

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.IVirtualFileSystemNode

Derived
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.