| 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: 2014.11.22.0
Syntax public void EnsureOutputFoldersExist(
string subFolder
)
Public Sub EnsureOutputFoldersExist (
subFolder As String
)
public:
void EnsureOutputFoldersExist(
String^ subFolder
)
member EnsureOutputFoldersExist :
subFolder : string -> unit
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