NDepend.API Documentation
IRelativeDirectoryPath Interface Methods

NDepend.Path Namespace : IRelativeDirectoryPath Interface

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

Public Methods
 NameDescription
 MethodReturns a new relative directory path representing a directory with name directoryName, located in the parent's directory of this directory.  
 MethodReturns a new relative file path representing a file with name fileName, located in the parent's directory of this directory.  
 MethodReturns a new relative directory path representing a directory with name directoryName, located in this directory.  
 MethodReturns a new relative file path representing a file with name fileName, located in this directory.  
 MethodResolve this relative directory from pivotDirectory. If this directory is "..\Dir2" and pivotDirectory is "C:\Dir1\Dir3", the returned absolute directory is "C:\Dir1\Dir2".  
 MethodReturns true if directoryName doesn't contain forbidden character in path.  
 MethodReturns true if fileName doesn't contain forbidden character in path.  
 MethodReturns true if directoryName doesn't contain forbidden character in path.  
 MethodReturns true if fileName doesn't contain forbidden character in path.  
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

IRelativeDirectoryPath Interface
NDepend.Path Namespace