BuildProcessEnsureOutputFoldersExist Method

This is used to ensure that all output folders exist based on the selected help file format(s)

Definition

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

Parameters

subFolder  String
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