C# Класс Nez.PipelineImporter.PathHelper

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

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

Метод Описание
getAbsolutePath ( string relativePath, string basePath ) : string
makeRelativePath ( string fromPath, string toPath ) : string

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

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

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

public static getAbsolutePath ( string relativePath, string basePath ) : string
relativePath string
basePath string
Результат 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