Re: Creating a directory and then writing files to it.

2002-04-27 Thread drieux
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

Creating a directory and then writing files to it.

2002-04-27 Thread Tara Calishain
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