NDepend.API Documentation
GetChildDirectoryWithName Method (IAbsoluteDirectoryPath)
NDepend.Path Namespace > IAbsoluteDirectoryPath Interface : GetChildDirectoryWithName Method
The child directory name.
Returns a new absolute directory path representing a directory with name directoryName, located in this directory.
Syntax
IAbsoluteDirectoryPath GetChildDirectoryWithName( 
   string directoryName
)

Parameters

directoryName
The child directory name.
Exceptions
ExceptionDescription
This absolute directory path doesn't have a parent directory.
Remarks
This directory nor the returned directory need to exist for this operation to complete properly.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IAbsoluteDirectoryPath Interface
IAbsoluteDirectoryPath Members