C# 클래스 ParkitectNexus.Data.Utilities.PathUtility

파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
ArePathsEqual ( string path1, string path2 ) : bool
MakeRelativePath ( string fromPath, string toPath ) : string

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

NormalizePath ( string path ) : string

메소드 상세

ArePathsEqual() 공개 정적인 메소드

public static ArePathsEqual ( string path1, string path2 ) : bool
path1 string
path2 string
리턴 bool

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

NormalizePath() 공개 정적인 메소드

public static NormalizePath ( string path ) : string
path string
리턴 string