Improve logging

This commit is contained in:
Jonathan Jenne
2022-05-13 13:54:24 +02:00
parent cd1cdfe19a
commit bc8289e1b7
3 changed files with 25 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ Public Class FormHelper
MsgBox(oMessage, MsgBoxStyle.Exclamation, Form.Text)
End Sub
Public Sub TryOpenDirectory(pPath As String, pDisplayName As String)
If IO.Directory.Exists(pPath) Then
Process.Start(pPath)