hotfix debug message removed

hotfix long path debug message removed
This commit is contained in:
hama3254 2022-01-22 11:57:44 +01:00
parent c243deb996
commit b7a505958c
6 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -711,7 +711,7 @@ Public Class Main
End If
If Pfad_DL.Length > 255 Then
MsgBox(Pfad_DL.Length.ToString)
'MsgBox(Pfad_DL.Length.ToString)
Pfad_DL = Chr(34) + "\\?\" + Pfad_DL.Replace(Chr(34), "") + Chr(34)
End If