C# Class Gammtek.Conduit.Extensions.IO.PathWrapper

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode Description
GetRelativePath ( FileSystemInfo path1, FileSystemInfo path2 ) : string
GetRelativePath ( string fullPath, string basePath ) : string
RelativePath ( string absolutePath, string relativeTo ) : string

Method Details

GetRelativePath() public static méthode

public static GetRelativePath ( FileSystemInfo path1, FileSystemInfo path2 ) : string
path1 System.IO.FileSystemInfo
path2 System.IO.FileSystemInfo
Résultat string

GetRelativePath() public static méthode

public static GetRelativePath ( string fullPath, string basePath ) : string
fullPath string
basePath string
Résultat string

RelativePath() public static méthode

public static RelativePath ( string absolutePath, string relativeTo ) : string
absolutePath string
relativeTo string
Résultat string