Table of Contents

Method GetFullPath

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

GetFullPath(string, string)

Returns an absolute path from a relative path and a fully qualified base path.

public static string GetFullPath(string path, string basePath)

Parameters

path string

A relative path to concatenate to basePath.

basePath string

The beginning of a fully qualified path. Path must exist.

Returns

string