C# Class X.PathEx

Afficher le fichier Open project: dpull/UnityUtils

Méthodes publiques

Méthode Description
EndWithDirectorySeparatorChar ( string path ) : bool
GetRelativePath ( string basePath, string fullPath ) : string

绝对路径转相对路径

ParsePath ( string path ) : string

Method Details

EndWithDirectorySeparatorChar() public static méthode

public static EndWithDirectorySeparatorChar ( string path ) : bool
path string
Résultat bool

GetRelativePath() public static méthode

绝对路径转相对路径
public static GetRelativePath ( string basePath, string fullPath ) : string
basePath string 基本路径
fullPath string 绝对路径
Résultat string

ParsePath() public static méthode

public static ParsePath ( string path ) : string
path string
Résultat string