C# Class VCFileUtils.Helpers.PathHelper

显示文件 Open project: reloZid/vc-fileutils

Public Methods

Method Description
GetAbsolutePath ( string root, string pathRel ) : string
GetRelativePath ( string root, string pathAbs ) : string

Method Details

GetAbsolutePath() public static method

public static GetAbsolutePath ( string root, string pathRel ) : string
root string
pathRel string
return string

GetRelativePath() public static method

public static GetRelativePath ( string root, string pathAbs ) : string
root string
pathAbs string
return string