C# 클래스 Gammtek.Conduit.Extensions.IO.PathWrapper

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
GetRelativePath ( FileSystemInfo path1, FileSystemInfo path2 ) : string
GetRelativePath ( string fullPath, string basePath ) : string
RelativePath ( string absolutePath, string relativeTo ) : string

메소드 상세

GetRelativePath() 공개 정적인 메소드

public static GetRelativePath ( FileSystemInfo path1, FileSystemInfo path2 ) : string
path1 System.IO.FileSystemInfo
path2 System.IO.FileSystemInfo
리턴 string

GetRelativePath() 공개 정적인 메소드

public static GetRelativePath ( string fullPath, string basePath ) : string
fullPath string
basePath string
리턴 string

RelativePath() 공개 정적인 메소드

public static RelativePath ( string absolutePath, string relativeTo ) : string
absolutePath string
relativeTo string
리턴 string