BuildProcessEnsureOutputFoldersExist Method
This is used to ensure that all output folders exist based on the selected help file format(s)
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public void EnsureOutputFoldersExist(
string subFolder
)
Public Sub EnsureOutputFoldersExist (
subFolder As String
)
public:
void EnsureOutputFoldersExist(
String^ subFolder
)
member EnsureOutputFoldersExist :
subFolder : string -> unit
Parameters
- subFolder String
- The subfolder name or null to ensure that the base folders exist.
This creates the named folder under the help format specific folder beneath the
.\Output folder.