ITextTemplatingEngineHost.ResolvePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.