C# 클래스 X.PathEx

파일 보기 프로젝트 열기: dpull/UnityUtils

공개 메소드들

메소드 설명
EndWithDirectorySeparatorChar ( string path ) : bool
GetRelativePath ( string basePath, string fullPath ) : string

绝对路径转相对路径

ParsePath ( string path ) : string

메소드 상세

EndWithDirectorySeparatorChar() 공개 정적인 메소드

public static EndWithDirectorySeparatorChar ( string path ) : bool
path string
리턴 bool

GetRelativePath() 공개 정적인 메소드

绝对路径转相对路径
public static GetRelativePath ( string basePath, string fullPath ) : string
basePath string 基本路径
fullPath string 绝对路径
리턴 string

ParsePath() 공개 정적인 메소드

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