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

显示文件 Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
GetRelativePath ( FileSystemInfo path1, FileSystemInfo path2 ) : string
GetRelativePath ( string fullPath, string basePath ) : string
RelativePath ( string absolutePath, string relativeTo ) : string

Method Details

GetRelativePath() public static method

public static GetRelativePath ( FileSystemInfo path1, FileSystemInfo path2 ) : string
path1 System.IO.FileSystemInfo
path2 System.IO.FileSystemInfo
return string

GetRelativePath() public static method

public static GetRelativePath ( string fullPath, string basePath ) : string
fullPath string
basePath string
return string

RelativePath() public static method

public static RelativePath ( string absolutePath, string relativeTo ) : string
absolutePath string
relativeTo string
return string