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

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

공개 메소드들

메소드 설명
GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
GetChildDirectoryPath ( string directoryName ) : IRelativeDirectoryPath
GetChildFilePath ( string fileName ) : IRelativeFilePath
GetSisterDirectoryPath ( string directoryName ) : IRelativeDirectoryPath
GetSisterFilePath ( string fileName ) : IRelativeFilePath

비공개 메소드들

메소드 설명
IDirectoryPath ( string directoryName ) : IDirectoryPath
IDirectoryPath ( string fileName ) : IFilePath
IRelativeDirectoryPath ( IAbsoluteDirectoryPath path ) : IAbsoluteDirectoryPath
RelativeDirectoryPath ( string path ) : System

메소드 상세

GetAbsolutePathFrom() 공개 메소드

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

GetChildDirectoryPath() 공개 메소드

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

GetChildFilePath() 공개 메소드

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

GetSisterDirectoryPath() 공개 메소드

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

GetSisterFilePath() 공개 메소드

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