Directory reading -
11-02-2004
, 01:23 PM
I am having this problem
I have a directory of
Test
test\a\a.xml
test\a\a.html
test\b\b.xml
test\b\b.html
test\c\c.xml
test\c\c.html
What I need to do is go through each folder & subfolder, first find
the xml file parse it and run it through a SPROC, then move the xml
file and the html file to a different directory.
I had everything working until they through the html file into the
loop.
Any suggestions would be really needed |