| BuildProcessFindOnFixedDrives Method |
Find a folder by searching the Program Files folders on all fixed drives.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax protected static string FindOnFixedDrives(
string path
)
Protected Shared Function FindOnFixedDrives (
path As String
) As String
protected:
static String^ FindOnFixedDrives(
String^ path
)
static member FindOnFixedDrives :
path : string -> string
Parameters
- path
- Type: SystemString
The path for which to search
Return Value
Type:
StringThe path if found or an empty string if not found
See Also