NDepend.API Documentation
TryGetChildFileWithName Method (IAbsoluteDirectoryPath)
NDepend.Path Namespace > IAbsoluteDirectoryPath Interface : TryGetChildFileWithName Method
The child file name.
The file path obtained.
The explanation in case this call returns false.
Returns true if fileName doesn't contain forbidden character in path.
Syntax
bool TryGetChildFileWithName( 
   string fileName,
   out IAbsoluteFilePath filePath,
   out string failureReason
)

Parameters

fileName
The child file name.
filePath
The file path obtained.
failureReason
The explanation in case this call returns false.
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