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

Inheritance: RelativePathBase, IRelativeDirectoryPath
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

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

Private Methods

Méthode Description
IDirectoryPath ( string directoryName ) : IDirectoryPath
IDirectoryPath ( string fileName ) : IFilePath
IRelativeDirectoryPath ( IAbsoluteDirectoryPath path ) : IAbsoluteDirectoryPath
RelativeDirectoryPath ( string path ) : System

Method Details

GetAbsolutePathFrom() public méthode

public GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
path IAbsoluteDirectoryPath
Résultat IAbsolutePath

GetChildDirectoryPath() public méthode

public GetChildDirectoryPath ( string directoryName ) : IRelativeDirectoryPath
directoryName string
Résultat IRelativeDirectoryPath

GetChildFilePath() public méthode

public GetChildFilePath ( string fileName ) : IRelativeFilePath
fileName string
Résultat IRelativeFilePath

GetSisterDirectoryPath() public méthode

public GetSisterDirectoryPath ( string directoryName ) : IRelativeDirectoryPath
directoryName string
Résultat IRelativeDirectoryPath

GetSisterFilePath() public méthode

public GetSisterFilePath ( string fileName ) : IRelativeFilePath
fileName string
Résultat IRelativeFilePath