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

Parameters

fileName
The child file name.
Exceptions
ExceptionDescription
fileName contains forbidden character in path.
Remarks
This directory nor the returned file need to exist for this operation to complete properly.
Requirements

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

See Also

Reference

IAbsoluteDirectoryPath Interface
IAbsoluteDirectoryPath Members