NDepend.API Documentation
IFilePath Interface Members
Properties  Methods 

NDepend.Path Namespace : IFilePath Interface

The following tables list the members exposed by IFilePath.

Public Properties
 NameDescription
 Property Gets a string representing the file name extension.  
 Property Gets a string representing the file name with its extension if any.  
 Property Gets a string representing the file name without its extension if any.  
Top
Public Methods
 NameDescription
 MethodReturns a new directory path representing a directory with name directoryName, located in the same directory as this file.  
 MethodReturns a new file path refering to a file with name fileName, located in the same directory as this file.  
 MethodGets a value indicating whether this file name has the extension, extension.  
 MethodReturns a new 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 path.ToString() is path is null, else returns the empty string.
Top
See Also

Reference

IFilePath Interface
NDepend.Path Namespace