C# Класс Setty.Settings.PathHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
MakeRelativePath ( String fromPath, String toPath ) : String

Creates a relative path from one file or folder to another.

ProcessPossiblyRelativePath ( string path, string contextPath ) : string

Описание методов

MakeRelativePath() публичный статический Метод

Creates a relative path from one file or folder to another.
public static MakeRelativePath ( String fromPath, String toPath ) : String
fromPath String Contains the directory that defines the start of the relative path.
toPath String Contains the path that defines the endpoint of the relative path.
Результат String

ProcessPossiblyRelativePath() публичный статический Метод

public static ProcessPossiblyRelativePath ( string path, string contextPath ) : string
path string
contextPath string
Результат string