FolderPath(String, IBasePathProvider) Constructor

Constructor. Assign the specified path.

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public FolderPath(
	string path,
	IBasePathProvider provider
)

Parameters

path  String
A relative or absolute path.
provider  IBasePathProvider
The base path provider

Remarks

Unless IsFixedPath is set to true, the path is always treated as a relative path.

See Also