C# 클래스 Setty.Settings.PathHelper

파일 보기 프로젝트 열기: paralect/setty

공개 메소드들

메소드 설명
MakeRelativePath ( String fromPath, String toPath ) : String

Creates a relative path from one file or folder to another.

ProcessPossiblyRelativePath ( string path, string contextPath ) : string

메소드 상세

MakeRelativePath() 공개 정적인 메소드

Creates a relative path from one file or folder to another.
public static MakeRelativePath ( String fromPath, String toPath ) : String
fromPath String Contains the directory that defines the start of the relative path.
toPath String Contains the path that defines the endpoint of the relative path.
리턴 String

ProcessPossiblyRelativePath() 공개 정적인 메소드

public static ProcessPossiblyRelativePath ( string path, string contextPath ) : string
path string
contextPath string
리턴 string