NDepend.API Documentation
IsNotNullAndExists Method
NDepend.Path Namespace > PathHelpers Class : IsNotNullAndExists Method
The path reference.
Returns true if path is not null, and path.IAbsolutePath.Exists equals true.
Syntax
[Extension()]
public static bool IsNotNullAndExists( 
   IAbsolutePath path
)

Parameters

path
The path reference.
Requirements

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

See Also

Reference

PathHelpers Class
PathHelpers Members