fix appdata path and log path
This commit is contained in:
@@ -22,7 +22,8 @@ Public Class frmConfigUser
|
||||
End Sub
|
||||
|
||||
Private Sub btnAppFolder_Click(sender As Object, e As EventArgs) Handles btnAppFolder.Click
|
||||
Process.Start(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData))
|
||||
Dim oAppData = Application.LocalUserAppDataPath
|
||||
Process.Start(oAppData)
|
||||
End Sub
|
||||
|
||||
Private Sub chkLogErrorsOnly_CheckedChanged(sender As Object, e As EventArgs) Handles chkLogErrorsOnly.CheckedChanged
|
||||
|
||||
Reference in New Issue
Block a user