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

Inheritance: RelativePathBase, IRelativeFilePath
Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Methods

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

Private Methods

Method Description
IFilePath ( string directoryName ) : IDirectoryPath
IFilePath ( string fileName ) : IFilePath
IRelativeFilePath ( IAbsoluteDirectoryPath path ) : IAbsoluteFilePath
RelativeFilePath ( string path ) : System

Method Details

GetAbsolutePathFrom() public method

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

GetSisterDirectoryPath() public method

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

GetSisterFilePath() public method

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

HasExtension() public method

public HasExtension ( string extension ) : bool
extension string
return bool

UpdateExtension() public method

public UpdateExtension ( string extension ) : IRelativeFilePath
extension string
return IRelativeFilePath