Hi,
i need to perform the following task. I have a tree of directories that contain files. I need to check that each subdirectory contains a complete set of files. If something is missing i need to report that directory.
[tt]
----AAA
1234.txt
1234.dat
1245.exe
1234.sig
----BBB
1234.txt
1234.dat
1234.sig[/tt]
directory AAA is complete. Directory BBB is missing the EXE file i need to check that one.
Anyone got an idea how to do this?
---
Happy Happy Joy Joy
i need to perform the following task. I have a tree of directories that contain files. I need to check that each subdirectory contains a complete set of files. If something is missing i need to report that directory.
[tt]
----AAA
1234.txt
1234.dat
1245.exe
1234.sig
----BBB
1234.txt
1234.dat
1234.sig[/tt]
directory AAA is complete. Directory BBB is missing the EXE file i need to check that one.
Anyone got an idea how to do this?
---
Happy Happy Joy Joy