'Declaration
Public Overloads Shared Function GetAbsoluteDirectoryPath( _ ByVal dirPath As String, _ ByVal checkCurrentDirectory As Boolean, _ ByVal throwOnError As Boolean _ ) As String
'Usage
Dim dirPath As String Dim checkCurrentDirectory As Boolean Dim throwOnError As Boolean Dim value As String value = Utils.GetAbsoluteDirectoryPath(dirPath, checkCurrentDirectory, throwOnError)
public static string GetAbsoluteDirectoryPath( string dirPath, bool checkCurrentDirectory, bool throwOnError )
public: static String^ GetAbsoluteDirectoryPath( String^ dirPath, bool checkCurrentDirectory, bool throwOnError )
Parameters
- dirPath
- checkCurrentDirectory
- throwOnError