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: 1.9.7.0

Syntax

C#
protected internal static string FindOnFixedDrives(
	string path
)
Visual Basic
Protected Friend Shared Function FindOnFixedDrives ( 
	path As String
) As String

Parameters

path
Type: System..::..String
The path for which to search

Return Value

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

See Also