in reply to Re^5: Passing a string in a foreach loop
in thread Passing a string in a foreach loop

Thank you all that helped me with this problem. Like most problems it is the little things that screw up. The problem was in the dir.txt input file. I entered directories into the input file as \\\\\shaggy\\projects. This morning I changed the input file to read \\shaggy\projects and the code worked fine.
Thank you again,
mat001
  • Comment on Re^6: Passing a string in a foreach loop