Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.42 KB

File metadata and controls

27 lines (17 loc) · 1.42 KB

VFSIndex.TryGetDirectory(VFSDirectoryPath, IDirectoryNode) Method

Tries to get the directory node at the specified directory path.

public bool TryGetDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath, out Atypical.VirtualFileSystem.Core.Contracts.IDirectoryNode directoryNode);

Parameters

directoryPath VFSDirectoryPath

The directory path.

directoryNode IDirectoryNode

The directory node.

Returns

System.Boolean
true if the directory node exists; otherwise, false.