Finds the file by search the common file folders and then bin directories in the source tree
'Declaration
Public Shared Function FindInstalledFile( _
ByVal As String _
) As String
'Usage
Dim fileName As String
Dim value As String
value = Utils.FindInstalledFile(fileName)
public static string FindInstalledFile(
string
)
public:
static String^ FindInstalledFile(
String^
)
Parameters
- fileName
- Name of the file.
Return Value
The path to the file. Null if not found.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2