Click or drag to resize
Sandcastle Help File BuilderBuildProcessEnsureOutputFoldersExist Method
This is used to ensure that all output folders exist based on the selected help file format(s)

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void EnsureOutputFoldersExist(
	string subFolder
)

Parameters

subFolder
Type: SystemString
The subfolder name or null to ensure that the base folders exist.
Remarks
This creates the named folder under the help format specific folder beneath the .\Output folder.
See Also