NDepend.API Documentation
IRelativeFilePath Interface Methods

NDepend.Path Namespace : IRelativeFilePath Interface

For a list of all members of this type, see IRelativeFilePath members.

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