NDepend.API Documentation
IsDirectoryPath Property (IPath)
NDepend.Path Namespace > IPath Interface : IsDirectoryPath Property
Gets a value indicating whether this path is a directory path.
Syntax
bool IsDirectoryPath {get;}

Property Value

true if this path is a directory path, else returns false.
Remarks
A relative path can be down-casted to IDirectoryPath. A IDirectoryPath can be down-casted to a IRelativeDirectoryPath or (exclusive) a IAbsoluteDirectoryPath.
Requirements

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

See Also

Reference

IPath Interface
IPath Members