C# 클래스 Gammtek.Conduit.Paths.PathHelpers.AbsoluteFilePath

상속: AbsolutePathBase, IAbsoluteFilePath
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AbsoluteFilePath ( string path ) : System
IAbsoluteFilePath ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativeFilePath
IFilePath ( string directoryName ) : IDirectoryPath
IFilePath ( string fileName ) : IFilePath

메소드 상세

CanGetRelativePathFrom() 공개 메소드

public CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : bool
pivotDirectory IAbsoluteDirectoryPath
리턴 bool

CanGetRelativePathFrom() 공개 메소드

public CanGetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory, string &failureMessage ) : bool
pivotDirectory IAbsoluteDirectoryPath
failureMessage string
리턴 bool

GetRelativePathFrom() 공개 메소드

public GetRelativePathFrom ( IAbsoluteDirectoryPath pivotDirectory ) : IRelativePath
pivotDirectory IAbsoluteDirectoryPath
리턴 IRelativePath

GetSisterDirectoryPath() 공개 메소드

public GetSisterDirectoryPath ( string directoryName ) : IAbsoluteDirectoryPath
directoryName string
리턴 IAbsoluteDirectoryPath

GetSisterFilePath() 공개 메소드

public GetSisterFilePath ( string fileName ) : IAbsoluteFilePath
fileName string
리턴 IAbsoluteFilePath

HasExtension() 공개 메소드

public HasExtension ( string extension ) : bool
extension string
리턴 bool

UpdateExtension() 공개 메소드

public UpdateExtension ( string extension ) : IAbsoluteFilePath
extension string
리턴 IAbsoluteFilePath