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

Inheritance: AbsolutePathBase, IAbsoluteFilePath
Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath
GetSisterDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
GetSisterFilePath ( string fileName ) : IAbsoluteFilePath
HasExtension ( string extension ) : bool
UpdateExtension ( string extension ) : IAbsoluteFilePath

Private Methods

Method Description
AbsoluteFilePath ( string path ) : System
IAbsoluteFilePath ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativeFilePath
IFilePath ( string directoryName ) : IDirectoryPath
IFilePath ( 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

GetRelativePathFrom() public method

public GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath
pivotDirectory 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

HasExtension() public method

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

UpdateExtension() public method

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