NDepend.API Documentation
IAbsoluteFilePath Interface Members
Properties  Methods 

NDepend.Path Namespace : IAbsoluteFilePath Interface

The following tables list the members exposed by IAbsoluteFilePath.

Public Properties
 NameDescription
 Property Returns a FileInfo object corresponding to this absolute file path.  
Top
Public Methods
 NameDescription
 MethodReturns a new absolute directory path representing a directory with name directoryName, located in the same directory as this file.  
 MethodReturns a new absolute file path refering to a file with name fileName, located in the same directory as this file.  
 MethodCompute this file as relative from pivotDirectory. If this file is "C:\Dir1\Dir2\File.txt" and pivotDirectory is "C:\Dir1\Dir3", the returned relative file path is "..\Dir2\File.txt".  
 MethodReturns a new absolute 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 true if path is not null, and path.IAbsolutePath.Exists equals true.
Public Extension Method Loads a code base snapshot from an analysis result file (.ndar extension).
Public Extension MethodReturns path.ToString() is path is null, else returns the empty string.
Public Extension MethodOverloaded. Try load code rules and queries defined in the rule file defined by ruleFileRef.
Public Extension MethodOverloaded. Try save code rules and queries defined in a rule file defined by ruleFileRef.
Top
See Also

Reference

IAbsoluteFilePath Interface
NDepend.Path Namespace