VFS.GetDirectory(VFSDirectoryPath).md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFS
VFS.GetDirectory(VFSDirectoryPath) Method
Gets a directory node by its path. The path must be absolute.
public Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode GetDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath);
Parameters
directoryPath VFSDirectoryPath
The path of the directory node.
Implements GetDirectory(VFSDirectoryPath)
Returns
IDirectoryNode
The directory node.