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

상속: RelativePathBase, IRelativeFilePath
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
GetSisterDirectoryPath ( string directoryName ) : IRelativeDirectoryPath
GetSisterFilePath ( string fileName ) : IRelativeFilePath
HasExtension ( string extension ) : bool
UpdateExtension ( string extension ) : IRelativeFilePath

비공개 메소드들

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

메소드 상세

GetAbsolutePathFrom() 공개 메소드

public GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
path IAbsoluteDirectoryPath
리턴 IAbsolutePath

GetSisterDirectoryPath() 공개 메소드

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

GetSisterFilePath() 공개 메소드

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

HasExtension() 공개 메소드

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

UpdateExtension() 공개 메소드

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