MS FileMove

This commit is contained in:
2024-03-13 10:59:00 +01:00
parent 86d9bd185a
commit a2b0682a77
6 changed files with 25 additions and 43 deletions

View File

@@ -263,7 +263,7 @@ Namespace Jobs
Logger.Info("Burning [{0}] signatures", pData.AnnotationData.Count)
Dim oAnnotations = pData.AnnotationData
Dim oInputPath = pData.DocumentPath
Logger.Info("Input path: [{0}]", oInputPath)
Dim oInputDocumentBuffer As Byte()
Try