NDepend.API Documentation
IDirectoryPath Interface Methods

NDepend.Path Namespace : IDirectoryPath Interface

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

Public Methods
 NameDescription
 MethodReturns a new directory path representing a directory with name directoryName, located in the parent's directory of this directory.  
 MethodReturns a new file path representing a file with name fileName, located in the parent's directory of this directory.  
 MethodReturns a new directory path representing a directory with name directoryName, located in this directory.  
 MethodReturns a new file path representing a file with name fileName, located in this directory.  
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

IDirectoryPath Interface
NDepend.Path Namespace