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