NDepend.API Documentation
IRelativeFilePath Interface Members
Properties  Methods 

NDepend.Path Namespace : IRelativeFilePath Interface

The following tables list the members exposed by IRelativeFilePath.

Public Methods
 NameDescription
 MethodResolve this relative file from pivotDirectory. If this file is "..\Dir2\File.txt" and pivotDirectory is "C:\Dir1\Dir3", the returned absolute file is "C:\Dir1\Dir2\File.txt".  
 MethodReturns a new relative directory path representing a directory with name directoryName, located in the same directory as this file.  
 MethodReturns a new relative file path refering to a file with name fileName, located in the same directory as this file.  
 MethodReturns a new relative file path representing this file with its file name extension updated to newExtension.  
Top
Extension Methods
 NameDescription
Public Extension MethodReturns true if path and pathOther are both null, or if path.Equals(pathOther).
Public Extension MethodReturns path.ToString() is path is null, else returns the empty string.
Top
See Also

Reference

IRelativeFilePath Interface
NDepend.Path Namespace