FilePathBasePath Property

This returns the base path for the object

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public string BasePath { get; }

Property Value

String
If no IBasePathProvider has been specified, this returns the current directory

See Also