ISandcastle ProjectWorking Path Property
This is used to get or set the path to the working folder used during the build process to store the
intermediate files.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
FolderPath WorkingPath { get; set; }VB
Property WorkingPath As FolderPath
Get
SetC++
property FolderPath^ WorkingPath {
FolderPath^ get ();
void set (FolderPath^ value);
}F#
abstract WorkingPath : FolderPath with get, setProperty Value
FolderPathThis 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.