C# Class VCFileUtils.Helpers.PathHelper

Afficher le fichier Open project: reloZid/vc-fileutils

Méthodes publiques

Méthode Description
GetAbsolutePath ( string root, string pathRel ) : string
GetRelativePath ( string root, string pathAbs ) : string

Method Details

GetAbsolutePath() public static méthode

public static GetAbsolutePath ( string root, string pathRel ) : string
root string
pathRel string
Résultat string

GetRelativePath() public static méthode

public static GetRelativePath ( string root, string pathAbs ) : string
root string
pathAbs string
Résultat string