Fix INBOX handling
This commit is contained in:
parent
585e6f9cae
commit
ea41de3623
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user