Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectWorkingPath Property
This is used to get or set the path to the working folder used during the build process to store the intermediate files.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public FolderPath WorkingPath { get; set; }

Property Value

Type: FolderPath
This can be used to perform the build in a different location with a shorter path if you encounter errors due to long file path names. If not specified, it defaults to a folder called .\Working under the folder specified by the OutputPath property.

Warning: All files and folders in the path specified in this property will be erased without warning when the build starts.
See Also