FilePath.BasePath Property

HTML to MAML Converter

FilePathBasePath Property
This returns the base path for the object

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public string BasePath { get; }
Public ReadOnly Property BasePath As String
	Get
public:
property String^ BasePath {
	String^ get ();
}
member BasePath : string with get

Property Value

Type: String
If no IBasePathProvider has been specified, this returns the current directory
See Also