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

Property Value

true if this path is an absolute path, else returns false.
Remarks
An absolute path can be down-casted to IAbsolutePath. A IAbsolutePath can be down-casted to a IAbsoluteFilePath or (exclusive) a IAbsoluteDirectoryPath.
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