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

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

Méthodes publiques

Méthode Description
GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
GetSisterDirectoryPath ( string directoryName ) : IRelativeDirectoryPath
GetSisterFilePath ( string fileName ) : IRelativeFilePath
HasExtension ( string extension ) : bool
UpdateExtension ( string extension ) : IRelativeFilePath

Private Methods

Méthode Description
IFilePath ( string directoryName ) : IDirectoryPath
IFilePath ( string fileName ) : IFilePath
IRelativeFilePath ( IAbsoluteDirectoryPath path ) : IAbsoluteFilePath
RelativeFilePath ( string path ) : System

Method Details

GetAbsolutePathFrom() public méthode

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

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

HasExtension() public méthode

public HasExtension ( string extension ) : bool
extension string
Résultat bool

UpdateExtension() public méthode

public UpdateExtension ( string extension ) : IRelativeFilePath
extension string
Résultat IRelativeFilePath