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

Property Value

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

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

See Also

Reference

IPath Interface
IPath Members