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: 1.9.7.0

Syntax

C#
public void EnsureOutputFoldersExist(
	string subFolder
)
Visual Basic
Public Sub EnsureOutputFoldersExist ( 
	subFolder As String
)

Parameters

subFolder
Type: System..::..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