Hello,
I have to transfer files from a host application which writes several ASCII (non XML) files to a subfolder structure. If all files for one subfolder are written, the host creates a trigger file to signal that the files are now ready for transfer.
Sample:
folder1\
file1.txt
file2.txt
trigger.txt
folder2\
file1.txt
file2.txt
file3.txt
trigger.txt
The files can he handled as flat file and no disassembling is necessary from my side.
The trigger file should be removed after processing the last file of the folder.
My question is how to handle this !?!?!?
Thanks in advance
Hermann