C# Class Gammtek.Conduit.Paths.PathHelpers.AbsoluteDirectoryPath

Inheritance: AbsolutePathBase, IAbsoluteDirectoryPath
Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
GetChildDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
GetChildFilePath ( string fileName ) : IAbsoluteFilePath
GetRelativePathFrom ( IAbsoluteDirectoryPath path ) : IRelativePath
GetSisterDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
GetSisterFilePath ( string fileName ) : IAbsoluteFilePath

Private Methods

Method Description
AbsoluteDirectoryPath ( string path ) : System
IAbsoluteDirectoryPath ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativeDirectoryPath
IDirectoryPath ( string directoryName ) : IDirectoryPath
IDirectoryPath ( string fileName ) : IFilePath

Method Details

CanGetRelativePathFrom() public method

public CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
pivotDirectory IAbsoluteDirectoryPath
return bool

CanGetRelativePathFrom() public method

public CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
pivotDirectory IAbsoluteDirectoryPath
failureMessage string
return bool

GetChildDirectoryPath() public method

public GetChildDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
directoryName string
return IAbsoluteDirectoryPath

GetChildFilePath() public method

public GetChildFilePath ( string fileName ) : IAbsoluteFilePath
fileName string
return IAbsoluteFilePath

GetRelativePathFrom() public method

public GetRelativePathFrom ( IAbsoluteDirectoryPath path ) : IRelativePath
path IAbsoluteDirectoryPath
return IRelativePath

GetSisterDirectoryPath() public method

public GetSisterDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
directoryName string
return IAbsoluteDirectoryPath

GetSisterFilePath() public method

public GetSisterFilePath ( string fileName ) : IAbsoluteFilePath
fileName string
return IAbsoluteFilePath