Opc.Ua.Core
FindInstalledFile Method



Opc.Ua Namespace > Utils Class : FindInstalledFile Method
Name of the file.
Finds the file by search the common file folders and then bin directories in the source tree
Syntax
'Declaration
 
Public Shared Function FindInstalledFile( _
   ByVal fileName As String _
) As String
'Usage
 
Dim fileName As String
Dim value As String
 
value = Utils.FindInstalledFile(fileName)
public static string FindInstalledFile( 
   string fileName
)
public:
static String^ FindInstalledFile( 
   String^ fileName
) 

Parameters

fileName
Name of the file.

Return Value

The path to the file. Null if not found.
Requirements

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

See Also

Reference

Utils Class
Utils Members