On Saturday, April 27, 2002, at 10:26 , Tara Calishain wrote:
>
> I thought chdir would do the trick, but the files are still being written
> to directory A
> despite the fact that directory B appears to have been generated fine.
chdir merely changes where the process is... and would be
a reas
Hi, it's me again.
I am reading lines from a text file in directory A. From those lines I want
to generate
files which I want to copy to directory B. Directory B is generated based
on a variable.
The structure is so:
directorya/directoryb/
So I need to do the following things:
1) Make Direct