Find a folder by searching the Program Files folders on all fixed drives.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: 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: StringThe path if found or an empty string if not found