Fix INBOX handling

This commit is contained in:
Jonathan Jenne 2022-02-02 16:38:40 +01:00
parent 585e6f9cae
commit ea41de3623

View File

@ -40,7 +40,7 @@ Public Class ClassFilehandle
Dim oTempDirectory = IO.Path.GetTempPath()
Dim oNewPath = IO.Path.Combine(oTempDirectory, oNewName)
IO.File.Copy(oInfo.Name, oNewPath)
IO.File.Copy(oInfo.FullName, oNewPath)
TEMP_FILES.Add(oNewPath)
oTempFilePath = oNewPath