DirectoryNode.DirectoryNode(VFSDirectoryPath).md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.DirectoryNode
DirectoryNode(VFSDirectoryPath) Constructor
Initializes a new instance of the DirectoryNode class. Creates a new directory node. The directory is created with the current date and time as creation and last modification date.
public DirectoryNode(Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath);
Parameters
directoryPath VFSDirectoryPath
The path of the directory.