Click or drag to resize
Sandcastle Help File BuilderBuildProcessFindOnFixedDrives Method
Find a folder by searching the Program Files folders on all fixed drives.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected static string FindOnFixedDrives(
	string path
)

Parameters

path
Type: SystemString
The path for which to search

Return Value

Type: String
The path if found or an empty string if not found
See Also