C# Class Thinktecture.Tools.Web.Services.Wscf.Environment.FileManipulationHelper

Show file Open project: WSCF/WSCF

Public Methods

Method Description
GetAbsolutePath ( string relativePath, string currentFolder, string rootFolder ) : string
GetRelativePath ( string relativePathOf, string relativeTo ) : string

Method Details

GetAbsolutePath() public static method

public static GetAbsolutePath ( string relativePath, string currentFolder, string rootFolder ) : string
relativePath string
currentFolder string
rootFolder string
return string

GetRelativePath() public static method

public static GetRelativePath ( string relativePathOf, string relativeTo ) : string
relativePathOf string
relativeTo string
return string