uaPLUS Reference
GetAbsoluteDirectoryPath(String,Boolean,Boolean) Method
See Also  Send Feedback
Opc.Ua Namespace > Utils Class > GetAbsoluteDirectoryPath Method : GetAbsoluteDirectoryPath(String,Boolean,Boolean) Method

dirPath
checkCurrentDirectory
throwOnError

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetAbsoluteDirectoryPath( _
   ByVal dirPath As String, _
   ByVal checkCurrentDirectory As Boolean, _
   ByVal throwOnError As Boolean _
) As String
C# 
public static string GetAbsoluteDirectoryPath( 
   string dirPath,
   bool checkCurrentDirectory,
   bool throwOnError
)

Parameters

dirPath
checkCurrentDirectory
throwOnError

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.