NDepend.API Documentation
IAbsoluteDirectoryPath Interface Methods

NDepend.Path Namespace : IAbsoluteDirectoryPath Interface

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

Public Methods
 NameDescription
 MethodReturns a new absolute directory path representing a directory with name directoryName, located in the parent's directory of this directory.  
 MethodReturns a new absolute file path representing a file with name fileName, located in the parent's directory of this directory.  
 MethodReturns a new absolute directory path representing a directory with name directoryName, located in this directory.  
 MethodReturns a new absolute file path representing a file with name fileName, located in this directory.  
 MethodCompute this directory as relative from pivotDirectory. If this directory is "C:\Dir1\Dir2" and pivotDirectory is "C:\Dir1\Dir3", the returned relative directory is "..\Dir2".  
Top
Extension Methods
 NameDescription
Public Extension MethodReturns true if path and pathOther are both null, or if path.Equals(pathOther).
Public Extension MethodGets a ITrendStore object where the storage occurs in the directory directoryPath.
Public Extension MethodReturns true if path is not null, and path.IAbsolutePath.Exists equals true.
Public Extension MethodReturns path.ToString() is path is null, else returns the empty string.
Top
See Also

Reference

IAbsoluteDirectoryPath Interface
NDepend.Path Namespace