NDepend.API Documentation
IAbsoluteDirectoryPath Interface Members
Properties  Methods 

NDepend.Path Namespace : IAbsoluteDirectoryPath Interface

The following tables list the members exposed by IAbsoluteDirectoryPath.

Public Properties
 NameDescription
 Property Returns a read-only list of directory paths absolute matching directories contained in this directory.  
 Property Returns a read-only list of file paths absolute matching files contained in this directory.  
 Property Returns a DirectoryInfo object representing this absolute directory path.  
Top
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