Fix INBOX handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user