C# 클래스 VCFileUtils.Helpers.PathHelper

파일 보기 프로젝트 열기: reloZid/vc-fileutils

공개 메소드들

메소드 설명
GetAbsolutePath ( string root, string pathRel ) : string
GetRelativePath ( string root, string pathAbs ) : string

메소드 상세

GetAbsolutePath() 공개 정적인 메소드

public static GetAbsolutePath ( string root, string pathRel ) : string
root string
pathRel string
리턴 string

GetRelativePath() 공개 정적인 메소드

public static GetRelativePath ( string root, string pathAbs ) : string
root string
pathAbs string
리턴 string