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

Inheritance: RelativePathBase, IRelativeDirectoryPath
Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
GetChildDirectoryPath ( string directoryName ) : IRelativeDirectoryPath
GetChildFilePath ( string fileName ) : IRelativeFilePath
GetSisterDirectoryPath ( string directoryName ) : IRelativeDirectoryPath
GetSisterFilePath ( string fileName ) : IRelativeFilePath

Private Methods

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

Method Details

GetAbsolutePathFrom() public method

public GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
path IAbsoluteDirectoryPath
return IAbsolutePath

GetChildDirectoryPath() public method

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

GetChildFilePath() public method

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

GetSisterDirectoryPath() public method

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

GetSisterFilePath() public method

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