Jobs/ZUGFeRD: Create subfolders per date for processed files
This commit is contained in:
parent
f7df0f1a27
commit
ac4da26fa7
@ -467,8 +467,8 @@ Public Class ImportZUGFeRDFiles
|
|||||||
IsSuccess As Boolean)
|
IsSuccess As Boolean)
|
||||||
|
|
||||||
Dim oFinalMoveDirectory As String = MoveDirectory
|
Dim oFinalMoveDirectory As String = MoveDirectory
|
||||||
Dim oDateSubDirectoryName As String = Now.ToString("yyyy-MM-dd")
|
Dim oDateSubDirectoryName As String = Now.ToString("yyyy\\MM\\dd")
|
||||||
Dim oAttachmentDirectory As String = Path.Combine(MoveDirectory, Args.AttachmentsSubDirectory, oDateSubDirectoryName)
|
Dim oAttachmentDirectory As String = Path.Combine(oFinalMoveDirectory, Args.AttachmentsSubDirectory, oDateSubDirectoryName)
|
||||||
|
|
||||||
' Files will be moved to a subfolder for the current day if they are rejected
|
' Files will be moved to a subfolder for the current day if they are rejected
|
||||||
If Not IsSuccess Then
|
If Not IsSuccess Then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user