EasyUA Reference
FindInstalledFile Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class : FindInstalledFile Method

fileName
Name of the file.

Glossary Item Box

Finds the file by search the common file folders and then bin directories in the source tree

Syntax

Visual Basic (Usage)Copy Code
Dim fileName As String
Dim value As String
 
value = Utils.FindInstalledFile(fileName)
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.