Hi
We upload files into an individual folder for each client once a month. After the files are uploaded for a client an XML file called control.xml is uploaded that contains a count of the files that should have been uploaded (Node=ORDERFILES
). If there is no control.xml file there has been an issue uploading files. See sample control.xml attached.
I need to read the number of files uploaded from control.xml in each subfolder, then compare that against the number of files in the subfolder that start with 'P*' then display a summary for each subfolder.
Please recommend the best way to do this.