ITextTemplatingEngineHost.ResolvePath(String) Method

Definition

Allows a host to provide a complete path, given a file name or relative path.

public:
 System::String ^ ResolvePath(System::String ^ path);
public string ResolvePath (string path);
abstract member ResolvePath : string -> string
Public Function ResolvePath (path As String) As String

Parameters

path
String

The path to complete.

Returns

A String that contains an absolute path.

Applies to